MessageBoxToolsInvokeMsgBoxShow Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static DialogResult InvokeMsgBoxShow(
Form f,
string text,
string caption
)
Public Shared Function InvokeMsgBoxShow (
f As Form,
text As String,
caption As String
) As DialogResult
public:
static DialogResult InvokeMsgBoxShow(
Form^ f,
String^ text,
String^ caption
)
static member InvokeMsgBoxShow :
f : Form *
text : string *
caption : string -> DialogResult
- f Form
-
- text String
-
- caption String
-
DialogResult