RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
RibbonActnCtrls.TKeyTipMatchType Enumeration

Type of match command's KeyTip is for current KeyTip value.

Pascal
TKeyTipMatchType = (
  mtApplicationMenu,
  mtTabs,
  mtControl,
  mtGroup,
  mtCollapsed,
  mtDialogButton
);
C++
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!