SoWinCreateSimpleErrorDialog Method (Control, String, String) |
Calls CreateSimpleErrorDialog(widget, dialogTitle, errorStr1, (System.String ^)nullptr).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void CreateSimpleErrorDialog(
Control widget,
string dialogTitle,
string errorStr1
)
Public Shared Sub CreateSimpleErrorDialog (
widget As Control,
dialogTitle As String,
errorStr1 As String
)
public:
static void CreateSimpleErrorDialog(
Control^ widget,
String^ dialogTitle,
String^ errorStr1
)
static member CreateSimpleErrorDialog :
widget : Control *
dialogTitle : string *
errorStr1 : string -> unit
Parameters
- widget
- Type: System.Windows.FormsControl
- dialogTitle
- Type: SystemString
- errorStr1
- Type: SystemString
Remarks See Also