MouseOptions.AutoHandleMouse 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also