Vcl.RibbonActnCtrls.TKeyTipState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TKeyTipState = (ktsTabs, ktsControls, ktsCollapsedGroup);

C++

enum DECLSPEC_DENUM TKeyTipState : unsigned char { ktsTabs, ktsControls, ktsCollapsedGroup };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

Current state of the 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 displayed for commands that are in a collapsed group.


See Also