RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonCustomControl.HideKeyTip Method

Hide KeyTip for command.

Pascal
procedure HideKeyTip(const Match: string);
C++
__fastcall HideKeyTip(const AnsiString Match);

This method hides the KeyTip for this command. If the Match parameter matches (full or partial) the command's KeyTip, the KeyTip remains visible. 

 

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