Move the focus from one control to another.
Syntax
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var elementID; // Type: any
var isForward; // Type: bool
var isUseLeftRightKey; // Type: bool
var exitType; // Type: any
value = instance.MoveControl(elementID, isForward, isUseLeftRightKey, exitType);
|
Javascript (Specification) | |
---|
function MoveControl(
: any,
: bool,
: bool,
: any
) : any;
|
Parameters
- elementID
- - The current element id.
- isForward
- - The bool value indicate if we move focus to the next control according to the tabindex value.
- isUseLeftRightKey
- - The bool value indicate if we move focus to the next control by left or right key.
- exitType
- - The exit type.
Browser Compatibility
See Also
Reference
BaseUIProcess type