RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbonGroup.BarHideKeyTips Method

Hide any visible KeyTips that commands are displaying.

Pascal
procedure BarHideKeyTips(KeyTips: TKeyTipList);
C++
__fastcall BarHideKeyTips(TKeyTipList KeyTips);

BarHideKeyTips hides any visible KeyTips that commands are displaying. The KeyTips parameter contains a list of TKeyTipMatchItem objects that indicate the KeyTip associate with that command should not be close. When the KeyTips parameter is nil, all KeyTips are hidden. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!