BCGControlBar Library for .NET
RegisterComponent Method




A form to set a component.
A component to set.
Registers such components as CommandBarManager, DockManager and MDITabsOption for the specified form. Called by the framework on setting these component for a specified form.
Syntax
'Declaration
 
Public Sub RegisterComponent( _
   ByVal parentForm As Form, _
   ByVal component As Component _
) 
'Usage
 
Dim instance As LayoutController
Dim parentForm As Form
Dim component As Component
 
instance.RegisterComponent(parentForm, component)
public void RegisterComponent( 
   Form parentForm,
   Component component
)
public: void RegisterComponent( 
   Form* parentForm,
   Component* component
) 
public:
void RegisterComponent( 
   Form^ parentForm,
   Component^ component
) 

Parameters

parentForm
A form to set a component.
component
A component to set.
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

LayoutController Class
LayoutController Members

Send Feedback