Vcl.RibbonActnCtrls.TKeyTipMatchType
Delphi
TKeyTipMatchType = (mtApplicationMenu, mtTabs, mtControl, mtGroup,
mtCollapsed, mtDialogButton);
C++
enum DECLSPEC_DENUM TKeyTipMatchType : unsigned char { mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
The type of match for the current KeyTip's command.
TKeyTipMatchType is the type of match for the current KeyTip's command. It can have one of the following values:
| Value | Meaning |
|---|---|
|
mtApplicationMenu |
For the application menu |
|
mtTabs |
For tabs |
|
mtControl |
For a control |
|
mtGroup |
For a group |
|
mtCollapsed |
For a collapsed item |
|
mtDialogButton |
For a dialog button |