ListBoxStyle Enumeration
Description
ListBox styles.
Members
| Member | Description |
|---|---|
| xtpListStandard | Standard ListBox. |
| xtpListCheckbox | ListBox with a check box next to each item. |
Remarks
The Style property uses this enumeration to set the style of a ListBox control.
The Checked collection is used to determine whether an item with a check box has been checked when the ListBoxStyle is set to xtpListCheckBox.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.