Vcl.ExtCtrls.TCustomTrayIcon.Hint
Delphi
property Hint: string read FHint write SetHint;
C++
__property System::UnicodeString Hint = {read=FHint, write=SetHint};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomTrayIcon |
Description
Specifies the text that appears when the user moves the mouse over the control.
Specifies the text that appears when the user moves the mouse over the control.
Code Examples