Centrafuse Logo Flux Logo


centrafuse.Plugins.CFControls.skinListboxItem Class Reference

Centrafuse list box item. More...

List of all members.

Public Member Functions

 skinListboxItem ()
 Creates new list box item.
 skinListboxItem (string Text, string Value)
 Creates new list box item.
 skinListboxItem (string Text, string Value, bool IsDir)
 Creates new list box item.
 skinListboxItem (string Text, string Value, int ImageIndex, bool IsDir)
 Creates new list box item.
 skinListboxItem (string Text, string Value, int ImageIndex, bool IsDir, bool fbimg)
 Creates new list box item.
 skinListboxItem (string Text, string Value, int ImageIndex, bool IsDir, object qr)
 Creates new list box item.
 skinListboxItem (string Text, string Value, int[] ImageIndexArray, bool IsDir, object qr)
 Creates new list box item.

Public Attributes

bool Checked
 Item checked flag.
bool IsDir
 Item directory flag.
int ImageIndex
 Item image index.
int[] ImageIndexArray
 Item image index array.
string Text
 Item text.
string Value
 Item value.
object qResult
 Item object result.
bool fbimages = false
 Item system icon flag.


Detailed Description

Centrafuse list box item.


Constructor & Destructor Documentation

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem (  ) 

Creates new list box item.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value,
bool  IsDir 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.
IsDir Item directory flag.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value,
int  ImageIndex,
bool  IsDir 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.
ImageIndex Item image index.
IsDir Item directory flag.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value,
int  ImageIndex,
bool  IsDir,
bool  fbimg 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.
ImageIndex Item image index.
IsDir Item directory flag.
fbimg Item system icon flag.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value,
int  ImageIndex,
bool  IsDir,
object  qr 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.
ImageIndex Item image index.
IsDir Item directory flag.
qr Item object result.

centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem ( string  Text,
string  Value,
int[]  ImageIndexArray,
bool  IsDir,
object  qr 
)

Creates new list box item.

Parameters:
Text Item text.
Value Item value.
ImageIndexArray Item image index array.
IsDir Item directory flag.
qr Item object result.


Member Data Documentation

Item checked flag.

Item directory flag.

Item image index.

Item image index array.

Item text.

Item value.

Item object result.

Item system icon flag.


The documentation for this class was generated from the following file:




Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) Flux Logo