Table of Contents

Class CommonDropDownList.Item

Namespace
Lime
Assembly
Lime.dll
public class CommonDropDownList.Item
Inheritance
CommonDropDownList.Item
Inherited Members

Constructors

Item(string)

public Item(string text)

Parameters

text string

Item(string, object)

public Item(string text, object value)

Parameters

text string
value object

Item(string, object, string)

public Item(string text, object value, string tooltipText)

Parameters

text string
value object
tooltipText string

Fields

Text

public string Text

Field Value

string

TooltipText

public string TooltipText

Field Value

string

Value

public object Value

Field Value

object