Manages tab order icons.
TTabOrderIcons = class(TPersistent);
eduServObj
"Show Tab Order" design mode allows easy changing of tab order of controls. This mode may be activated for any window control which has children controls.
In this mode over each child control with TabStop property equal to True icon is displayed with tab order index. Click on the control sequentially changes tab order index.
To exit "Show Tab Order" design mode click on any non-child control or press Escape key.
|
Topic |
Description |
|
The methods of the TTabOrderIcons class are listed here. | |
|
The properties of the TTabOrderIcons class are listed here. |
|
Method |
|
Property |
|
read only |
|
TTabOrderIcons Methods |
Description |
|
Exits "Show Tab Order" design mode. | |
|
Changes tab order of the specified child control. | |
|
Activates "Show Tab Order" design mode for the specified parent control. |
|
TTabOrderIcons Properties |
Description |
|
Specifies the color of tab order icon. | |
|
Specifies font of the tab order icon. | |
|
Specifies height of tab order icon. If it is equal to 0 - height is selected automatically to fit. | |
|
Specifies horizontal position of tab order icon relative to associated control. | |
|
Specifies vertical position of tab order icon relative to associated control. | |
|
Returns True when "Show Tab Order" design mode is active. | |
|
Specifies width of tab order icon. If it is equal to 0 - width is selected automatically to fit. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|