[]
Represents the canvas item to specify tab order.
public sealed class InputFieldTabIndexItem : CanvasItem, IDisposable, ICloneable
InputFieldTabIndexItem item = new InputFieldTabIndexItem(tabIndex);
_canvasItems.Add(item);
| Name | Description |
|---|---|
| InputFieldTabIndexItem(int) | Initializes an instance of class InputFieldTabIndexItem. |
| Name | Description |
|---|---|
| TabIndex | Gets the tab index. |
| Name | Description |
|---|---|
| Clone() | Performs a cloning of this instance. |