MessageBoxToolsInvokeMsgBoxShow Method

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
C#
public static DialogResult InvokeMsgBoxShow(
	Form f,
	string text,
	string caption
)

Parameters

f  Form
 
text  String
 
caption  String
 

Return Value

DialogResult

See Also