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: 25.2.423.0 (25.2.423.0)
Syntaxpublic MouseButtons HandledButtons { get; set; }Public Property HandledButtons As MouseButtons
Get
Set
public:
property MouseButtons HandledButtons {
MouseButtons get ();
void set (MouseButtons value);
}member HandledButtons : MouseButtons with get, set
Property Value
Type:
MouseButtons
See Also