Constructor ListControlItem
ListControlItem(string, object?)
Initializes a new instance of the ListControlItem class.
public ListControlItem(string text, object? value = null)
Parameters
ListControlItem()
Initializes a new instance of the ListControlItem class.
public ListControlItem()
ListControlItem(string, Action?)
Initializes a new instance of the ListControlItem class.
public ListControlItem(string text, Action? action)