Vcl.StdCtrls.TCustomButton.CommandLinkHint
Delphi
property CommandLinkHint: string read FCommandLinkHint write SetCommandLinkHint;
C++
__property System::UnicodeString CommandLinkHint = {read=FCommandLinkHint, write=SetCommandLinkHint};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomButton |
Description
Text displayed as hint below the button caption for Command Link.
CommandLinkHint is the text displayed as a hint below the button caption when the Style property is bsCommandLink to specify a Command Link button.
This is available for Windows Vista, Windows 7, or later Windows operating systems only.