BCGControlBar Library for .NET
Initialize Method (SplitterControl)




If TRUE the SpillerControl is located horizontally. Otherwise, vertically.

The object of the IResizeTarget Interface related to the splitter control.

Initializes parameters for the SplitterControl.
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal horz As Boolean, _
   ByVal resizeTarget As IResizeTarget _
) 
'Usage
 
Dim instance As SplitterControl
Dim horz As Boolean
Dim resizeTarget As IResizeTarget
 
instance.Initialize(horz, resizeTarget)
public void Initialize( 
   bool horz,
   IResizeTarget resizeTarget
)
public: void Initialize( 
   bool horz,
   IResizeTarget* resizeTarget
) 
public:
void Initialize( 
   bool horz,
   IResizeTarget^ resizeTarget
) 

Parameters

horz
If TRUE the SpillerControl is located horizontally. Otherwise, vertically.
resizeTarget

The object of the IResizeTarget Interface related to the splitter control.

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