ProgressDialog.ShowDialog Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ShowDialog(IUIService, String, String) | |
| ShowDialog(IWin32Window, String, String) | |
| ShowDialog(IWin32Window, String, String, Int32) |
ShowDialog(IUIService, String, String)
public:
System::Windows::Forms::DialogResult ShowDialog(System::Windows::Forms::Design::IUIService ^ uiService, System::String ^ header, System::String ^ message);
public System.Windows.Forms.DialogResult ShowDialog (System.Windows.Forms.Design.IUIService uiService, string header, string message);
override this.ShowDialog : System.Windows.Forms.Design.IUIService * string * string -> System.Windows.Forms.DialogResult
Public Function ShowDialog (uiService As IUIService, header As String, message As String) As DialogResult
Paramètres
- uiService
- IUIService
- header
- String
- message
- String
Retours
S’applique à
ShowDialog(IWin32Window, String, String)
public:
System::Windows::Forms::DialogResult ShowDialog(System::Windows::Forms::IWin32Window ^ owner, System::String ^ header, System::String ^ message);
public System.Windows.Forms.DialogResult ShowDialog (System.Windows.Forms.IWin32Window owner, string header, string message);
override this.ShowDialog : System.Windows.Forms.IWin32Window * string * string -> System.Windows.Forms.DialogResult
Public Function ShowDialog (owner As IWin32Window, header As String, message As String) As DialogResult
Paramètres
- owner
- IWin32Window
- header
- String
- message
- String
Retours
S’applique à
ShowDialog(IWin32Window, String, String, Int32)
public:
System::Windows::Forms::DialogResult ShowDialog(System::Windows::Forms::IWin32Window ^ owner, System::String ^ header, System::String ^ message, int progressMaximum);
public System.Windows.Forms.DialogResult ShowDialog (System.Windows.Forms.IWin32Window owner, string header, string message, int progressMaximum);
override this.ShowDialog : System.Windows.Forms.IWin32Window * string * string * int -> System.Windows.Forms.DialogResult
Public Function ShowDialog (owner As IWin32Window, header As String, message As String, progressMaximum As Integer) As DialogResult
Paramètres
- owner
- IWin32Window
- header
- String
- message
- String
- progressMaximum
- Int32