Constructor ListControlItem
ListControlItem(string)
Initializes a new instance of the ListControlItem class with the default value for the Text property.
public ListControlItem(string text)
Parameters
ListControlItem(string, object?)
Initializes a new instance of the ListControlItem class with the default values for the Text and Value properties.
public ListControlItem(string text, object? value)
Parameters
ListControlItem()
Initializes a new instance of the ListControlItem class.
public ListControlItem()
ListControlItem(string, Action?)
Initializes a new instance of the ListControlItem class with the default value for the Text property and an action associated with the item.
public ListControlItem(string text, Action? action)