Intersoft ClientUI Documentation
AutoHide Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : AutoHide Property






Gets or sets a value indicating whether auto hide feature is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Auto Hide")>
Public Property AutoHide As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
C# 
[CategoryAttribute("Auto Hide")]
public bool AutoHide {get; set;}
Delphi 
public read-write property AutoHide: Boolean; 
JScript 
CategoryAttribute("Auto Hide")
public function get,set AutoHide : boolean
Managed Extensions for C++ 
[CategoryAttribute("Auto Hide")]
public: __property bool get_AutoHide();
public: __property void set_AutoHide( 
   bool value
);
C++/CLI 
[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:

  • AutoHideCollapsedHeight
    Indicates the height left after the auto hide is perform. This space is actually the space where you can mouse over to show the UXDock.
  • AutoHideInterval
    Indicates the length to wait before the auto hide mechanism is called.
  • AutoHideLatency
    Indicates the length of wait before the auto show mechanism is called.
  • AutoHideOpacity
    Indicates the opacity value when the UXDock is hidden.
XAML Copy Code
<Intersoft:UXDock AutoHide="True" AutoHideCollapsedHeight="10">           
</Intersoft:UXDock>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.