C# Class NetIde.Services.Shell.TaskDialog.TaskDialog

Mostra file Open project: netide/netide Class Usage Examples

Public Properties

Property Type Description
RequiredOSVersion System.Version

Private Properties

Property Type Description
PrivateCallback int
PrivateShow int
SetFlag void

Public Methods

Method Description
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

Private Methods

Method Description
PrivateCallback ( [ hwnd, [ msg, [ wparam, [ lparam, [ refData ) : int
PrivateShow ( IntPtr hwndOwner, bool &verificationFlagChecked, int &radioButtonResult ) : int
SetFlag ( NativeMethods flag, bool value ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Show() public method

public Show ( ) : int
return int

Show() public method

public Show ( IWin32Window owner ) : int
owner IWin32Window
return int

Show() public method

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

Show() public method

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

Show() public method

public Show ( IntPtr hwndOwner ) : int
hwndOwner System.IntPtr
return int

Show() public method

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

Show() public method

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

TaskDialog() public method

public TaskDialog ( ) : System
return System

Property Details

RequiredOSVersion public_oe static_oe property

public static Version,System RequiredOSVersion
return System.Version