Table of Contents

Constructor ListControlItem

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

ListControlItem(string)

Initializes a new instance of the ListControlItem class with the default value for the Text property.

public ListControlItem(string text)

Parameters

text string

The initial value of the Text property.

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

text string

The defult value of the Text property.

value object

User data.

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)

Parameters

text string

The defult value of the Text property.

action Action

Action associated with the item.