BCGControlBar Library for .NET
CreateCustomizeManager(Type) Method




Specifies the type of the created customize manager.

Creates a new instance of the customize manager.

Syntax
'Declaration
 
Public Overloads Shared Sub CreateCustomizeManager( _
   ByVal customizeManagerType As Type _
) 
'Usage
 
Dim customizeManagerType As Type
 
CommandBarManager.CreateCustomizeManager(customizeManagerType)
public static void CreateCustomizeManager( 
   Type customizeManagerType
)
public: static void CreateCustomizeManager( 
   Type* customizeManagerType
) 
public:
static void CreateCustomizeManager( 
   Type^ customizeManagerType
) 

Parameters

customizeManagerType
Specifies the type of the created customize manager.
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

CommandBarManager Class
CommandBarManager Members
Overload List

Send Feedback