UpdateDisplayAutoHide Property |
Gets a value that indicates that the control should hide itself. This property is automatically
set to
when
AutoHideDelaySeconds have passed
with no activity.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic bool AutoHide { get; }
Public ReadOnly Property AutoHide As Boolean
Get
public:
property bool AutoHide {
bool get ();
}
member AutoHide : bool with get
Property Value
Type:
Boolean
See Also