Property | Type | Description | |
---|---|---|---|
RaiseFooterHyperlinkClicked | void | ||
ResetTag | void | ||
ShouldSerializeTag | bool |
Method | Description | |
---|---|---|
KryptonTaskDialog ( ) : System |
Initialize a new instance of the KryptonTaskDialog class.
|
|
Show ( string windowTitle, string mainInstruction, string content, MessageBoxIcon icon, TaskDialogButtons commonButtons ) : DialogResult |
Show a task dialog using the specified values as content.
|
|
ShowDialog ( ) : DialogResult |
Shows the task dialog as a modal dialog box with the currently active window set as its owner.
|
|
ShowDialog ( IWin32Window owner ) : DialogResult |
Shows the form as a modal dialog box with the specified owner.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFooterHyperlinkClicked ( |
Raises the PropertyFooterHyperlinkClickedChanged event.
|
|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
Method | Description | |
---|---|---|
RaiseFooterHyperlinkClicked ( ) : void | ||
ResetTag ( ) : void | ||
ShouldSerializeTag ( ) : bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnFooterHyperlinkClicked ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnPropertyChanged ( |
||
e | A PropertyChangedEventArgs containing the event data. | |
return | void |
public static Show ( string windowTitle, string mainInstruction, string content, MessageBoxIcon icon, TaskDialogButtons commonButtons ) : DialogResult | ||
windowTitle | string | Caption of the window. |
mainInstruction | string | Principal text. |
content | string | Extra text. |
icon | MessageBoxIcon | Predefined icon. |
commonButtons | TaskDialogButtons | Common buttons. |
return | DialogResult |
public ShowDialog ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box. |
return | DialogResult |