Intersoft ClientUI Documentation
AutoHide Property



Gets or sets a value indicating whether auto hide feature is enabled.
Syntax
<CategoryAttribute("Auto Hide")>
Public Property AutoHide As Boolean
Dim instance As UXDock
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
[CategoryAttribute("Auto Hide")]
public bool AutoHide {get; set;}
[CategoryAttribute("Auto Hide")]
public:
property bool AutoHide {
   bool get();
   void set (    bool value);
}
Remarks

Auto hide feature allows UXDock to be hidden after a certain idle time.

To enable this feature, set the AutoHide property to True, and then configure the related properties if necessary. The following are settings related to auto hide feature:

XAML
Copy Code
<Intersoft:UXDock AutoHide="True" AutoHideCollapsedHeight="10">           
</Intersoft:UXDock>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDock Class
UXDock Members

Concepts

UXDock

Send Feedback