Freigeben über


ProgressDialog.ShowDialog Methode

Definition

Überlädt

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

Parameter

uiService
IUIService
header
String
message
String

Gibt zurück

Gilt für:

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

Parameter

owner
IWin32Window
header
String
message
String

Gibt zurück

Gilt für:

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

Parameter

owner
IWin32Window
header
String
message
String
progressMaximum
Int32

Gibt zurück

Gilt für: