BCGControlBar Library for .NET
FixUpDockingInfo Method (AutoHideButton)




A DockManager for the AutoHideButton.
Recreates related DockingPane  and sets specifies values of it's properties.
Syntax
'Declaration
 
Public Function FixUpDockingInfo( _
   ByVal dockManager As DockManager _
) As Boolean
'Usage
 
Dim instance As AutoHideButton
Dim dockManager As DockManager
Dim value As Boolean
 
value = instance.FixUpDockingInfo(dockManager)
public bool FixUpDockingInfo( 
   DockManager dockManager
)
public: bool FixUpDockingInfo( 
   DockManager* dockManager
) 
public:
bool FixUpDockingInfo( 
   DockManager^ dockManager
) 

Parameters

dockManager
A DockManager for the AutoHideButton.
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

AutoHideButton Class
AutoHideButton Members

Send Feedback