메소드 | 설명 | |
---|---|---|
CommonFileDialogMenu ( ) : System |
Creates a new instance of this class.
|
|
CommonFileDialogMenu ( string text ) : System |
Creates a new instance of this class with the specified text.
|
|
CommonFileDialogMenu ( string name, string text ) : System |
Creates a new instance of this class with the specified name and text.
|
메소드 | 설명 | |
---|---|---|
Attach ( IFileDialogCustomize dialog ) : void |
Attach the Menu control to the dialog object.
|
public CommonFileDialogMenu ( string text ) : System | ||
text | string | The text to display for this control. |
리턴 | System |
public CommonFileDialogMenu ( string name, string text ) : System | ||
name | string | The name of this control. |
text | string | The text to display for this control. |
리턴 | System |