Class ListControlItemWithNotify
Represents a list control item with notification capabilities.
public class ListControlItemWithNotify : ListControlItem, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject, INotifyPropertyChanged, IComparable<ListControlItem>
- Inheritance
-
ListControlItemWithNotify
- Implements
- Derived
Constructors
- ListControlItemWithNotify()
Initializes a new instance of the ListControlItemWithNotify class.
- ListControlItemWithNotify(string)
Initializes a new instance of the ListControlItemWithNotify class with the default value for the Text property.
- ListControlItemWithNotify(string, object?)
Initializes a new instance of the ListControlItemWithNotify class with the default values for the Text and Value properties.
Properties
- BackgroundColor
Gets or sets background color of the item.
- CheckState
Gets or sets state of the check box associated with the item.
- DisplayText
Gets or sets text for the display purposes.
- ForegroundColor
Gets or sets foreground color of the item.
- ImageIndex
Gets or sets image index used when item is painted.
- Text
Gets or sets text which is displayed when item is painted.