[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputComponentCollection.Item

this Property

this[int]

Gets or sets the InputComponent at the specified position in the collection.

Declaration
public InputComponent this[int index] { get; set; }
Parameters
Type Name Description
int index

Index of the item.

Property Value
Type Description
InputComponent

The InputComponent at the specified index.

this[string]

Gets the first InputComponent with the specified name in the collection.

Declaration
public InputComponent this[string name] { get; }
Parameters
Type Name Description
string name