RAD Studio VCL Reference
|
Current state of KeyTips.
TKeyTipState = ( ktsTabs, ktsControls, ktsCollapsedGroup );
enum TKeyTipState { ktsTabs, ktsControls, ktsCollapsedGroup };
TKeyTipState is the current state KeyTips are in. It can have one of the following values:
Value |
Meaning |
ktsTabs |
Initial state where the user hasn't yet selected a Tab to display the KeyTips for. In this state, KeyTips are displayed for the Application Button, Quick Access Toolbar and the Tabs. |
ktsControls |
KeyTips are displayed for all commands on the Active Tab. KeyTips are also displayed for Groups dialog buttons and collapsed group buttons. |
ktsCollapsedGroup |
KeyTips are being displayed for commands that are on a collapsed group. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|