|
RAD Studio VCL Reference
|
Type of match command's KeyTip is for current KeyTip value.
TKeyTipMatchType = ( mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton );
enum TKeyTipMatchType { mtApplicationMenu, mtTabs, mtControl, mtGroup, mtCollapsed, mtDialogButton };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|