RibbonActnCtrls.TKeyTipState

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From RibbonActnCtrls.pas

TKeyTipState = {
	ktsTabs,
	ktsControls,
	ktsCollapsedGroup
};


Unit: RibbonActnCtrls

Type: enum

C++ Information

From RibbonActnCtrls.hpp

enum TKeyTipState{
	ktsTabs,
	ktsControls,
	ktsCollapsedGroup
};


Unit: RibbonActnCtrls

Type: enum

Description

Current state of KeyTips.


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.



See Also

Personal tools
Translations
Newest Version