VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftMouseButtons Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
VintasoftMouseButtons Enumeration
In This Topic
Specifies available mouse buttons.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum VintasoftMouseButtons
   Inherits System.Enum

[Flags()]
public enum VintasoftMouseButtons : System.Enum

Members
MemberDescription
NoneNo mouse button.
LeftThe left mouse button.
RightThe right mouse button.
MiddleThe middle mouse button.
XButton1The first XButton mouse button.
XButton2The second XButton mouse button.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.UI.VintasoftMouseButtons

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also