Click or drag to resize

MouseOptionsHandledButtons Property

Gets or sets which of the MouseButtons are being handled. The MouseButtons enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. You can also call the SetHandledButtons(MouseButtons, Boolean) method to set the handled buttons.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MouseButtons HandledButtons { get; set; }

Property Value

Type: MouseButtons
See Also