SetTabOrder
From IfsoGUIWiki
Contents |
Declaration
SetTabOrder(iTabOrder:Int)
Sets the gadgets TabOrder. This is the order gadgets are navigated when the tab key is pressed.
Returns
Nothing
Parameters
- iTabOder:Int - The tab order value you wish to set for the gadget. If set to 0, the gadget will not be tabbed to. Set to -1 to automatically set to the last in the Tab Order.
Gadget Information
Pertains to all gadgets that can have the focus.
