Метод | Описание | |
---|---|---|
Reset ( ) : void |
Reset the common dialog.
|
|
VistaTaskDialogCommonDialog ( |
TaskDialog wrapped in a CommonDialog class. THis is required to work well in MMC 2.1. In MMC 2.1 you must use the ShowDialog methods on the MMC classes to correctly show a modal dialog. This class will allow you to do this and keep access to the results of the TaskDialog.
|
Метод | Описание | |
---|---|---|
RunDialog ( |
The required implementation of CommonDialog that shows the Task Dialog.
|
protected RunDialog ( |
||
hwndOwner | Owner window. This can be null. | |
Результат | bool |
public VistaTaskDialogCommonDialog ( |
||
taskDialog | The TaskDialog to show. | |
Результат | System |