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

Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Свойство Type Description
RequiredOSVersion System.Version

Private Properties

Свойство Type Description
PrivateCallback int
PrivateShow int
SetFlag void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Close ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Show() public méthode

public Show ( ) : int
Résultat int

Show() public méthode

public Show ( IWin32Window owner ) : int
owner IWin32Window
Résultat int

Show() public méthode

public Show ( IWin32Window owner, bool &verificationFlagChecked ) : int
owner IWin32Window
verificationFlagChecked bool
Résultat int

Show() public méthode

public Show ( IWin32Window owner, bool &verificationFlagChecked, int &radioButtonResult ) : int
owner IWin32Window
verificationFlagChecked bool
radioButtonResult int
Résultat int

Show() public méthode

public Show ( IntPtr hwndOwner ) : int
hwndOwner System.IntPtr
Résultat int

Show() public méthode

public Show ( IntPtr hwndOwner, bool &verificationFlagChecked ) : int
hwndOwner System.IntPtr
verificationFlagChecked bool
Résultat int

Show() public méthode

public Show ( IntPtr hwndOwner, bool &verificationFlagChecked, int &radioButtonResult ) : int
hwndOwner System.IntPtr
verificationFlagChecked bool
radioButtonResult int
Résultat int

TaskDialog() public méthode

public TaskDialog ( ) : System
Résultat System

Property Details

RequiredOSVersion public_oe static_oe property

public static Version,System RequiredOSVersion
Résultat System.Version