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
public SoWinRenderArea( Control parent, string name, bool buildInsideParent, bool getMouseInput, bool getKeyboardInput )
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 .