Table of Contents

Class ListControlItemWithNotify

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

FontStyle

Gets or sets FontStyle associated with the item.

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.

Value

Gets or sets user data. This is different from Tag.