Represents the CADListView cell

The following tables list the members exposed by the ListItem type.

Name Description
Public constructor ListItem Initializes a new instance of the ListItem class.
Top
Name Description
Public property BackColor Gets or sets the background color of cells
Public property DrawColorRect Gets or sets necessity of color rectangle drawing in the current cell
Public property Image Gets or sets the image of an item.
Public property ImageIndex Gets or sets a cell number
Public property ImageRect Gets or sets borders of the image, drawn in a cell
Public property Selected Gets or sets selection of the current cell
Public property Text Gets or sets an item text
Public property TextInVisible Gets or sets text visibility in a cell
Top
Name Description
Public method Clear Clears the ListItem object.
Public method Clone Creates a copy of the ListItem object
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method OnDrawCell Invokes the DrawCellEvent event.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public event DrawCellEvent Occurs on CADListView cell drawing method.
Top