BCGControlBar Library for .NET
CustomizeDialog Constructor




A command bar manager for the initialized customize dialog.
Initializes a new instance of the CustomizeDialog class.
Syntax
'Declaration
 
Public Function New( _
   ByVal manager As CommandBarManager _
)
'Usage
 
Dim manager As CommandBarManager
 
Dim instance As New CustomizeDialog(manager)
public CustomizeDialog( 
   CommandBarManager manager
)
public: CustomizeDialog( 
   CommandBarManager* manager
)
public:
CustomizeDialog( 
   CommandBarManager^ manager
)

Parameters

manager
A command bar manager for the initialized customize dialog.
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

CustomizeDialog Class
CustomizeDialog Members

Send Feedback