Property | Type | Description | |
---|---|---|---|
PrivateCallback | int | ||
PrivateShow | int | ||
SetFlag | void |
Method | Description | |
---|---|---|
Reset ( ) : void |
Resets the Task Dialog to the state when first constructed, all properties set to their default value.
|
|
Show ( ) : int |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( System owner ) : int |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( System owner, bool &verificationFlagChecked ) : int |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
Show ( System owner, bool &verificationFlagChecked, int &radioButtonResult ) : int |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
VistaTaskDialog ( ) : System |
Creates a default Task Dialog.
|
Method | Description | |
---|---|---|
PrivateCallback ( [ hwnd, [ msg, [ wparam, [ lparam, [ refData ) : int |
The callback from the native Task Dialog. This prepares the friendlier arguments and calls the simplier callback.
|
|
PrivateShow ( |
Creates, displays, and operates a task dialog. The task dialog contains application-defined messages, title, verification check box, command links and push buttons, plus any combination of predefined icons and push buttons as specified on the other members of the class before calling Show.
|
|
SetFlag ( TaskDialogInterop.VistaUnsafeNativeMethods flag, bool value ) : void |
Helper function to set or clear a bit in the flags field.
|
public Show ( |
||
hwndOwner | Owner window the task Dialog will modal to. | |
return | int |
public Show ( |
||
hwndOwner | Owner window the task Dialog will modal to. | |
verificationFlagChecked | bool | Returns true if the verification checkbox was checked when the dialog /// was dismissed. |
return | int |
public Show ( |
||
hwndOwner | Owner window the task Dialog will modal to. | |
verificationFlagChecked | bool | Returns true if the verification checkbox was checked when the dialog /// was dismissed. |
radioButtonResult | int | The radio botton selected by the user. |
return | int |
public Show ( System owner ) : int | ||
owner | System | Owner window the task Dialog will modal to. |
return | int |
public Show ( System owner, bool &verificationFlagChecked ) : int | ||
owner | System | Owner window the task Dialog will modal to. |
verificationFlagChecked | bool | Returns true if the verification checkbox was checked when the dialog /// was dismissed. |
return | int |
public Show ( System owner, bool &verificationFlagChecked, int &radioButtonResult ) : int | ||
owner | System | Owner window the task Dialog will modal to. |
verificationFlagChecked | bool | Returns true if the verification checkbox was checked when the dialog /// was dismissed. |
radioButtonResult | int | The radio botton selected by the user. |
return | int |