| AllowDelete |
Read-write property that specifies if this item can be deleted. This will always be false for a separator. |
| Enabled |
Read-write property that gets and sets whether the control is enabled. This property defaults to True when the control is created. |
| Index |
Read-only property that specifies the position of this item within the list. |
| InternalName |
Read-only property that gets the internal name of this item. |
| IsChecked |
Read-write property that specifies if the check box beside this item is checked or not. |
| IsSeperator |
Read-only property that indicates if this control is a separator or not. |
| LargeIcon |
Read-write property that gets and sets the standard size icon for this item. |
| ShowCheckBox |
Read-write property that gets and sets whether the a check box is displayed beside this item. |
| StandardIcon |
Read-write property that gets and sets the standard size icon for this item. |
| Text |
Read-write property that gets and sets the visible text for this item. |
| ToolTipText |
Read-write property that gets and sets the tool tip text for this item. |