Click or drag to resize
SoWinCreateSimpleErrorDialog Method (Control, String, String)
Calls CreateSimpleErrorDialog(widget, dialogTitle, errorStr1, (System.String ^)nullptr).

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static void CreateSimpleErrorDialog(
	Control widget,
	string dialogTitle,
	string errorStr1
)

Parameters

widget
Type: System.Windows.FormsControl
dialogTitle
Type: SystemString
errorStr1
Type: SystemString
Remarks