Gets or sets the ToolTip text displayed when the mouse hovers over a system tray icon.
[Visual Basic] Public Property Text As String [C#] public string Text {get; set;} [C++] public: __property String* get_Text(); public: __property void set_Text(String*); [JScript] public function get Text() : String; public function set Text(String);
The ToolTip text displayed when the mouse hovers over a system tray icon.
Exception Type | Condition |
---|---|
ArgumentException | The ToolTip text is longer that 64 characters. |
If the text is a null reference (in Visual Basic Nothing), no ToolTip is displayed.
TrayIcon Class | TrayIcon Members | System.WinForms Namespace