MouseOptionsAutoHandleMouse Property |
Gets or sets whether or not 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.2.419.0 (24.2.419.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