BCGControlBar Library for .NET
SetAutoHideMode Method (SplitterControl)




If TRUE the autohide mode will be set. Otherwise, unset.
Sets an autohide mode for the splitter. Called by the framework when the new docking pane is added to the autohide button.
Syntax
'Declaration
 
Public Sub SetAutoHideMode( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As SplitterControl
Dim value As Boolean
 
instance.SetAutoHideMode(value)
public void SetAutoHideMode( 
   bool value
)
public: void SetAutoHideMode( 
   bool value
) 
public:
void SetAutoHideMode( 
   bool value
) 

Parameters

value
If TRUE the autohide mode will be set. Otherwise, unset.
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

SplitterControl Class
SplitterControl Members

Send Feedback