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.
|
Method | Description | |
---|---|---|
Attach ( IFileDialogCustomize dialog ) : void |
Attach the GroupBox control to the dialog object
|
|
Initialize ( ) : void |
Initializes the item collection for this class.
|
public CommonFileDialogGroupBox ( string text ) : System | ||
text | string | The text to display for this control. |
return | System |
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 |