BCGControlBar Library for .NET
MoveSplitter Method




The new location of the splitter
The index of the cell from which the splitter should be moved.
Moves the splitter between two cells.
Syntax
'Declaration
 
Public Sub MoveSplitter( _
   ByVal location As Point, _
   ByVal cellIndex As Integer _
) 
'Usage
 
Dim instance As SplitContainerCell
Dim location As Point
Dim cellIndex As Integer
 
instance.MoveSplitter(location, cellIndex)
public void MoveSplitter( 
   Point location,
   int cellIndex
)
public: void MoveSplitter( 
   Point location,
   int cellIndex
) 
public:
void MoveSplitter( 
   Point location,
   int cellIndex
) 

Parameters

location
The new location of the splitter
cellIndex
The index of the cell from which the splitter should be moved.
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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback