MobileForms Toolkit Documentation

KeyDescriptorCollection.Item Property

Gets or sets the KeyDescriptor at the specified index within the collection.

public KeyDescriptor this[
int index
] {get; set;}

Parameters

index
The index of the KeyDescriptor in the collection to set or retrieve.

Property Value

An item representing the KeyDescriptor located at the specified index within the collection.

See Also

KeyDescriptorCollection Class | Resco.Controls.Keyboard Namespace