RibbonActnCtrls.TKeyTipMatchType
From RAD Studio VCL Reference
Contents |
Delphi Information
From RibbonActnCtrls.pas
TKeyTipMatchType = { mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton };
Unit: RibbonActnCtrls
Type: enum
C++ Information
From RibbonActnCtrls.hpp
enum TKeyTipMatchType{ mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton };
Unit: RibbonActnCtrls
Type: enum
Description
Type of match command's KeyTip is for current KeyTip value.
TKeyTipMatchType is the type of match the command's KeyTip is for the current KeyTip value. It can have one of the following values:
| Value | Meaning |
|---|---|
|
mtApplicationMenu |
For ApplicationMenu. |
|
mtTabs |
For Tabs. |
|
mtControl |
For a Control. |
|
mtGroup |
For a Group. |
|
mtCollapsed |
For a Collapsed item. |
|
mtDialogButton |
For a Dialog Button. |