메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns the Text property value for this button.
|
메소드 | 설명 | |
---|---|---|
TaskDialogButtonBase ( ) : System |
Initializes a new instance of the TaskDialogButtonBase class. Creates a new instance on a task dialog button.
|
|
TaskDialogButtonBase ( string name, string text ) : System |
Initializes a new instance of the TaskDialogButtonBase class. Creates a new instance on a task dialog button with the specified name and text.
|
메소드 | 설명 | |
---|---|---|
RaiseClickEvent ( ) : void |
Raises the click event.
|
protected TaskDialogButtonBase ( string name, string text ) : System | ||
name | string | The name for this button. |
text | string | The label for this button. |
리턴 | System |