MsgBoxShow Method (IWin32Window, String, String, MessageBoxButtons) |
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static DialogResult Show(
IWin32Window owner,
string text,
string caption,
MessageBoxButtons buttons
)
Public Shared Function Show (
owner As IWin32Window,
text As String,
caption As String,
buttons As MessageBoxButtons
) As DialogResult
public:
static DialogResult Show(
IWin32Window^ owner,
String^ text,
String^ caption,
MessageBoxButtons buttons
)
static member Show :
owner : IWin32Window *
text : string *
caption : string *
buttons : MessageBoxButtons -> DialogResult
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
- text
- Type: SystemString
- caption
- Type: SystemString
- buttons
- Type: System.Windows.FormsMessageBoxButtons
Return Value
Type:
DialogResult
See Also