[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItem.-ctor

RenderInputComboBoxItem Constructor

RenderInputComboBoxItem()

Initializes a new instance of the RenderInputComboBoxItem class.

Declaration
public RenderInputComboBoxItem()
Public Sub New()

RenderInputComboBoxItem(string)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text property.

Declaration
public RenderInputComboBoxItem(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

A string to assign to the Text property.

RenderInputComboBoxItem(string, object)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text and UserData properties.

Declaration
public RenderInputComboBoxItem(string text, object userData)
Public Sub New(text As String, userData As Object)
Parameters
Type Name Description
string text

A string to assign to the Text property.

object userData

Arbitrary value to assign to the UserData property.