"tabKeyNavigation"
Defines if item navigation via tab and backtab is possible.
Synopsis
shape.tabKeyNavigation(float limit);
Parameters
Parameter | Description |
---|---|
limit | Upper limit of the value range. |
Description
Defines if item navigation via tab and backtab is possible.
Example
In the following example a upper limit of 150 is defined.
main()
{
this.tabKeyNavigation(150);
}
Assignment
DialGauge EWO