RemoveNotifyIcon method (WinStudio scripts)
Applies To
IWSApplication interface
Definition
Removes the Notify icon related to a WinStudio object that supports notification icons.
Syntax
Application.RemoveNotifyIcon( string )
Part | Description |
string | Required. Name
of the form that supports notification icons and from which you want to remove
the Notify icon.
Note: Currently, the only form that supports notification icons
is the Inbox form.
|
Example
Application.RemoveNotifyIcon("Inbox")