This documentation is for the old version. Go to the latest Graphics Mill docs

MouseEventArgs.Button Property

Gets a value that specifies what mouse button has been pressed.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property Button As MouseButtons
C#
public MouseButtons Button { get; }

Property Value

One of the MouseButtons values.

See Also

Reference