C# Class Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogGroupBox

Represents a group box control for the Common File Dialog.
Inheritance: CommonFileDialogProminentControl
显示文件 Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
CommonFileDialogGroupBox ( ) : System

Creates a new instance of this class.

CommonFileDialogGroupBox ( string text ) : System

Create a new instance of this class with the specified text.

CommonFileDialogGroupBox ( string name, string text ) : System

Creates a new instance of this class with the specified name and text.

Private Methods

Method Description
Attach ( IFileDialogCustomize dialog ) : void

Attach the GroupBox control to the dialog object

Initialize ( ) : void

Initializes the item collection for this class.

Method Details

CommonFileDialogGroupBox() public method

Creates a new instance of this class.
public CommonFileDialogGroupBox ( ) : System
return System

CommonFileDialogGroupBox() public method

Create a new instance of this class with the specified text.
public CommonFileDialogGroupBox ( string text ) : System
text string The text to display for this control.
return System

CommonFileDialogGroupBox() public method

Creates a new instance of this class with the specified name and text.
public CommonFileDialogGroupBox ( string name, string text ) : System
name string The name of this control.
text string The text to display for this control.
return System