DialogContainerWithToolbar Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DialogContainerWithToolbar() | Initializes a new instance of the class. | |
DialogContainerWithToolbar(IServiceProvider) | Initializes a new instance of the class and sets the service provider. | |
DialogContainerWithToolbar(IServiceProvider, Control) | Initializes a new instance of the class and sets the service provider and the control that is contained by the form. | |
DialogContainerWithToolbar(IServiceProvider, Control, IOleCommandTarget) | Initializes a new instance DialogContainerWithToolbar with its contained control, and an IOleCommandTarget implementation that is in addition to the one owned by the OleMenuCommandService. |
Top