BCGControlBar Library for .NET
SetDockEdge Method




The value of the docking edge to set for a splitter.
Sets the current DockEdge for the SplitterControl. Called by the framework when any docking pane is set for the autohide button. In such case a new splitter is created and align according the dock edge.
Syntax
'Declaration
 
Public Sub SetDockEdge( _
   ByVal value As DockEdge _
) 
'Usage
 
Dim instance As SplitterControl
Dim value As DockEdge
 
instance.SetDockEdge(value)
public void SetDockEdge( 
   DockEdge value
)
public: void SetDockEdge( 
   DockEdge value
) 
public:
void SetDockEdge( 
   DockEdge value
) 

Parameters

value
The value of the docking edge to set for a splitter.
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