BCGControlBar Library for .NET
Init Method (SplitContainerCell)




Indicates a value whether new PanelEx object will be created to set as embedded panel.
Initializes properties for the SplitContainerCell.
Syntax
'Declaration
 
Public Overridable Sub Init( _
   ByVal createEmbeddedPanel As Boolean _
) 
'Usage
 
Dim instance As SplitContainerCell
Dim createEmbeddedPanel As Boolean
 
instance.Init(createEmbeddedPanel)
public virtual void Init( 
   bool createEmbeddedPanel
)
public: virtual void Init( 
   bool createEmbeddedPanel
) 
public:
virtual void Init( 
   bool createEmbeddedPanel
) 

Parameters

createEmbeddedPanel
Indicates a value whether new PanelEx object will be created to set as embedded panel.
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