C# 클래스 NetIde.Services.Shell.TaskDialog.TaskDialog

파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RequiredOSVersion System.Version

Private Properties

프로퍼티 타입 설명
PrivateCallback int
PrivateShow int
SetFlag void

공개 메소드들

메소드 설명
Close ( ) : void
Reset ( ) : void
Show ( ) : int
Show ( IWin32Window owner ) : int
Show ( IWin32Window owner, bool &verificationFlagChecked ) : int
Show ( IWin32Window owner, bool &verificationFlagChecked, int &radioButtonResult ) : int
Show ( IntPtr hwndOwner ) : int
Show ( IntPtr hwndOwner, bool &verificationFlagChecked ) : int
Show ( IntPtr hwndOwner, bool &verificationFlagChecked, int &radioButtonResult ) : int
TaskDialog ( ) : System

비공개 메소드들

메소드 설명
PrivateCallback ( [ hwnd, [ msg, [ wparam, [ lparam, [ refData ) : int
PrivateShow ( IntPtr hwndOwner, bool &verificationFlagChecked, int &radioButtonResult ) : int
SetFlag ( NativeMethods flag, bool value ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : int
리턴 int

Show() 공개 메소드

public Show ( IWin32Window owner ) : int
owner IWin32Window
리턴 int

Show() 공개 메소드

public Show ( IWin32Window owner, bool &verificationFlagChecked ) : int
owner IWin32Window
verificationFlagChecked bool
리턴 int

Show() 공개 메소드

public Show ( IWin32Window owner, bool &verificationFlagChecked, int &radioButtonResult ) : int
owner IWin32Window
verificationFlagChecked bool
radioButtonResult int
리턴 int

Show() 공개 메소드

public Show ( IntPtr hwndOwner ) : int
hwndOwner System.IntPtr
리턴 int

Show() 공개 메소드

public Show ( IntPtr hwndOwner, bool &verificationFlagChecked ) : int
hwndOwner System.IntPtr
verificationFlagChecked bool
리턴 int

Show() 공개 메소드

public Show ( IntPtr hwndOwner, bool &verificationFlagChecked, int &radioButtonResult ) : int
hwndOwner System.IntPtr
verificationFlagChecked bool
radioButtonResult int
리턴 int

TaskDialog() 공개 메소드

public TaskDialog ( ) : System
리턴 System

프로퍼티 상세

RequiredOSVersion 공개적으로 정적으로 프로퍼티

public static Version,System RequiredOSVersion
리턴 System.Version