BCGControlBar Library for .NET
GetCommandBarMananger Method




A form to get a CommandBarManager.
Returns the child CommandBarManager object for the specified form.
Syntax
'Declaration
 
Public Function GetCommandBarMananger( _
   ByVal form As Form _
) As Component
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As Component
 
value = instance.GetCommandBarMananger(form)
public Component GetCommandBarMananger( 
   Form form
)
public: Component* GetCommandBarMananger( 
   Form* form
) 
public:
Component^ GetCommandBarMananger( 
   Form^ form
) 

Parameters

form
A form to get a CommandBarManager.
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