Click or drag to resize

cMessageBoxShow(Object, String, String, String, cMessageBoxIcon, Int32, Int32) Method

[Missing <summary> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]


Namespace: ABB.Vtrin
Assembly: VtrinLib (in VtrinLib.dll) Version: 530.2608.6220.0 (RTDB_main)
Syntax
public static int Show(
	Object? owner,
	string? text,
	string? caption,
	string[] buttons,
	cMessageBoxIcon icon,
	int defaultbutton,
	int cancelbutton
)

Parameters

owner  Object

[Missing <param name="owner"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

text  String

[Missing <param name="text"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

caption  String

[Missing <param name="caption"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

buttons  String

[Missing <param name="buttons"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

icon  cMessageBoxIcon

[Missing <param name="icon"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

defaultbutton  Int32

[Missing <param name="defaultbutton"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

cancelbutton  Int32

[Missing <param name="cancelbutton"/> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

Return Value

Int32

[Missing <returns> documentation for "M:ABB.Vtrin.cMessageBox.Show(System.Object,System.String,System.String,System.String[],ABB.Vtrin.cMessageBoxIcon,System.Int32,System.Int32)"]

See Also