|
|
|
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. | |
| centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem | ( | ) |
Creates new list box item.
| centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem | ( | string | Text, | |
| string | Value | |||
| ) |
Creates new list box item.
| Text | Item text. | |
| Value | Item value. |
| centrafuse.Plugins.CFControls.skinListboxItem.skinListboxItem | ( | string | Text, | |
| string | Value, | |||
| bool | IsDir | |||
| ) |
Creates new list box item.
| 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.
| 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.
| 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.
| 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.
| Text | Item text. | |
| Value | Item value. | |
| ImageIndexArray | Item image index array. | |
| IsDir | Item directory flag. | |
| qr | Item object result. |
Item checked flag.
Item directory flag.
Item image index.
Item image index array.
Item text.
Item value.
Item object result.
Item system icon flag.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|