UpdateNotifyIconDisplayVisible Property |
Gets or sets a value indicating whether the notification area icon is shown.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
public:
virtual property bool Visible {
bool get () sealed;
void set (bool value) sealed;
}
abstract Visible : bool with get, set
override Visible : bool with get, set
Property Value
Type:
Boolean to show the notification area icon; otherwise,
.
See Also