Click or drag to resize
SoWinRenderArea Constructor (Control, String, Boolean, Boolean, Boolean)

Constructor which is passed arguments which tell it whether to register the mouse and keyboard devices by default (OIV.Inventor.Win.Devices.SoWinMouse and OIV.Inventor.Win.Devices.SoWinKeyboard).

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoWinRenderArea(
	Control parent,
	string name,
	bool buildInsideParent,
	bool getMouseInput,
	bool getKeyboardInput
)

Parameters

parent
Type: System.Windows.FormsControl
name
Type: SystemString
buildInsideParent
Type: SystemBoolean
getMouseInput
Type: SystemBoolean
getKeyboardInput
Type: SystemBoolean
Remarks

NOTES

On Windows, the constructor will not create a new top level window you must pass a valid window handle for the parent parameter and pass true for buildInsideParent .

See Also