MouseOptionsAutoHandleMouse Property |
Gets or sets whether mouse events will be handled by the
Insight3D control to allow for automatically
controlling the scene's
Camera with the mouse.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public bool AutoHandleMouse { get; set; }
Public Property AutoHandleMouse As Boolean
Get
Set
public:
property bool AutoHandleMouse {
bool get ();
void set (bool value);
}
member AutoHandleMouse : bool with get, set
Property Value
Type:
BooleanSee Also