The ListItem type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Description |
Gets or sets the description of the item. In a ListItem the description appears as a detailed text under the main item's text.
|
|
|
Font |
Gets or sets the font.
|
|
|
ImageBeforeText |
Gets or sets whether the item's image is displayed before or after the item's text and description
|
|
|
ImageIndex |
Gets or sets the image list index value of the item's image in the normal state.
|
|
|
ImageIndexHover |
Gets or sets the image list index value of the item's image in the hover state
|
|
|
ImageIndexSelected |
Gets or sets the image list index value of the item's image in the selected state.
|
|
|
Text |
Gets or sets the text of the item.
|
|
|
Value |
Gets or sets a user defined value
|