UpdateNotifyIconDisplayHideWhenUpToDate Property |
Gets or sets a value indicating whether the notification area icon should be hidden
when there is no update necessary.
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 HideWhenUpToDate { get; set; }
Public Property HideWhenUpToDate As Boolean
Get
Set
public:
property bool HideWhenUpToDate {
bool get ();
void set (bool value);
}
member HideWhenUpToDate : bool with get, set
Property Value
Type:
Boolean to hide the icon when there is no update available;
to always show the icon if
Visible is
.
See Also