TrayNotifyIconText Property |
IT Hit User File System
Gets or sets the ToolTip text displayed when the mouse pointer rests on a notification area icon.
Namespace:
ITHit.FileSystem.Windows.WinUI
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string NotifyIconText { get; set; }
Public Property NotifyIconText As String
Get
Set
public:
property String^ NotifyIconText {
String^ get ();
void set (String^ value);
}
member NotifyIconText : string with get, set
Property Value
Type:
String
See Also