public DialogResult Execute(
string message,
string caption,
AdvancedDialogTypes dialogType
)Public Function Execute (
message As String,
caption As String,
dialogType As AdvancedDialogTypes
) As DialogResultpublic:
DialogResult Execute(
String^ message,
String^ caption,
AdvancedDialogTypes dialogType
)member Execute :
message : string *
caption : string *
dialogType : AdvancedDialogTypes -> DialogResult Details will be shown if dialogType is Exception.
Log and screenshot will be saved if dialogType is Exception and ReportSender is assigned.
Buttons are controlled by the dialogType parameter.