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.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void CreateSimpleErrorDialog(
	Control widget,
	string dialogTitle,
	string errorStr1
)

Parameters

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