ToolbarCustomCssListEditItem Properties
Represents an individual list item within the ToolbarCustomCssEdit‘s list.
Name | Description |
---|---|
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Css |
Gets or sets the name of the cascading style sheet (CSS) class associated with the current list item. |
Image |
Gets or sets the path to the image displayed within the item.
Inherited from List |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Preview |
Gets style settings that define the preview appearance of the item. |
Selected |
Gets or sets whether a list box item is selected.
Inherited from List |
Tag |
Gets or sets the item’s associated tag name. |
Text |
Gets or sets the list item’s text.
Inherited from List |
See Also