BCGControlBar Library for .NET
DockManager Property (AutoHidePanel)




Gets or sets the DockManager for the AutoHidePanel.
Syntax
'Declaration
 
Public Property DockManager As DockManager
'Usage
 
Dim instance As AutoHidePanel
Dim value As DockManager
 
instance.DockManager = value
 
value = instance.DockManager
public DockManager DockManager {get; set;}
public: __property DockManager* get_DockManager();
public: __property void set_DockManager( 
   DockManager* value
);
public:
property DockManager^ DockManager {
   DockManager^ get();
   void set (    DockManager^ value);
}
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

AutoHidePanel Class
AutoHidePanel Members

Send Feedback