AdvancedMessageDialogExecute(String, String, String, AdvancedDialogTypes, ButtonTypes) Method
Shows a message dialog for any kind of message.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public DialogResult Execute(
string message,
string? details,
string? caption,
AdvancedDialogTypes dialogType,
ButtonTypes buttons
)
Public Function Execute (
message As String,
details As String,
caption As String,
dialogType As AdvancedDialogTypes,
buttons As ButtonTypes
) As DialogResult
public:
DialogResult Execute(
String^ message,
String^ details,
String^ caption,
AdvancedDialogTypes dialogType,
ButtonTypes buttons
)
member Execute :
message : string *
details : string *
caption : string *
dialogType : AdvancedDialogTypes *
buttons : ButtonTypes -> DialogResult
- message String
- The message to show.
- details String
- The details text (if or empty, the Details button will be hidden)
- caption String
- The caption text of the dialog.
- dialogType AdvancedDialogTypes
- Specifies the dialog icon
- buttons ButtonTypes
- Specifies the buttons to show.
DialogResultThe
DialogResult returned by the dialog.