BCGControlBar Library for .NET
Move Method (SplitContainerCell)




Specifies a new location of the SplitContainerCell.
Sets a new location for the SplitContainerCell and rearranges all items according new location.
Syntax
'Declaration
 
Public Overridable Sub Move( _
   ByVal location As Point _
) 
'Usage
 
Dim instance As SplitContainerCell
Dim location As Point
 
instance.Move(location)
public virtual void Move( 
   Point location
)
public: virtual void Move( 
   Point location
) 
public:
virtual void Move( 
   Point location
) 

Parameters

location
Specifies a new location of the SplitContainerCell.
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