This reference page is linked to from the following overview topics: Events & callbacks.
List of items.
Definition at line 1305 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions |
|
FBList () | |
Constructor. |
|
virtual bool | IsSelected (int pIndex) |
Returns whether or not the item
pIndex is currently selected. |
|
virtual void | Selected (int pIndex, bool pSelected) |
Set the current selected state of item at
pIndex to pSelected. |
|
Public Attributes |
|
FBPropertyStringList | Items |
List: Names of items in list.
|
|
FBPropertyInt | ItemIndex |
Read Write Property: Current item
index. |
|
FBPropertyBool | MultiSelect |
Read Write Property: Can multiple
items be selected? |
|
FBPropertyBool | ExtendedSelect |
Read Write Property: Extended
selection state? |
|
FBPropertyListStyle | Style |
Read Write Property: Style or
direction of list. |
|
FBPropertyEvent | OnChange |
Event: List changed. |
|
FBPropertyEvent | OnDragAndDrop |
Event: Drag and drop event. |
FBList | ( | ) |
Constructor.
virtual bool IsSelected | ( | int | pIndex | ) | [virtual] |
Returns whether or not the item pIndex is currently selected.
pIndex | Index to see if select or not. |
virtual void Selected | ( | int | pIndex, |
bool | pSelected | ||
) | [virtual] |
Set the current selected state of item at pIndex to pSelected.
pIndex | Index to affect item at. |
pSelected | State to set item at pIndex to. |
List: Names of items in list.
Definition at line 1311 of file fbcontrols.h.
Read Write Property: Current item index.
Definition at line 1313 of file fbcontrols.h.
Read Write Property: Can multiple items be selected?
Definition at line 1314 of file fbcontrols.h.
Read Write Property: Extended selection state?
Definition at line 1315 of file fbcontrols.h.
FBPropertyListStyle Style |
Read Write Property: Style or direction of list.
Definition at line 1316 of file fbcontrols.h.
Event: Drag and drop event.
Definition at line 1319 of file fbcontrols.h.