C# 클래스 DroidExplorer.Controls.VistaTaskDialogCommonDialog

TaskDialog wrapped in a CommonDialog class. This is required to work well in MMC 3.0. In MMC 3.0 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.
상속: System.Windows.Forms.CommonDialog
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
Reset ( ) : void

Reset the common dialog.

VistaTaskDialogCommonDialog ( VistaTaskDialog taskDialog ) : System

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 ( IntPtr hwndOwner ) : bool

The required implementation of CommonDialog that shows the Task Dialog.

메소드 상세

Reset() 공개 메소드

Reset the common dialog.
public Reset ( ) : void
리턴 void

RunDialog() 보호된 메소드

The required implementation of CommonDialog that shows the Task Dialog.
protected RunDialog ( IntPtr hwndOwner ) : bool
hwndOwner System.IntPtr Owner window. This can be null.
리턴 bool

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.
public VistaTaskDialogCommonDialog ( VistaTaskDialog taskDialog ) : System
taskDialog VistaTaskDialog The TaskDialog to show.
리턴 System