This reference page is linked to from the following overview topics: Events & callbacks.
List of items.
Definition at line 1317 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 1323 of file fbcontrols.h.
Read Write Property: Current item index.
Definition at line 1325 of file fbcontrols.h.
Read Write Property: Can multiple items be selected?
Definition at line 1326 of file fbcontrols.h.
Read Write Property: Extended selection state?
Definition at line 1327 of file fbcontrols.h.
FBPropertyListStyle Style |
Read Write Property: Style or direction of list.
Definition at line 1328 of file fbcontrols.h.
Event: Drag and drop event.
Definition at line 1331 of file fbcontrols.h.