Show / Hide Table of Contents

Struct MouseEventArgs

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability.Substitutes
Assembly: CADability.dll
Syntax
public struct MouseEventArgs

Properties

| Improve this Doc View Source

Button

Declaration
public MouseButtons Button { get; set; }
Property Value
Type Description
MouseButtons
| Improve this Doc View Source

Clicks

Declaration
public int Clicks { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Delta

Declaration
public int Delta { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Location

Declaration
public Point Location { get; set; }
Property Value
Type Description
System.Drawing.Point
| Improve this Doc View Source

X

Declaration
public int X { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Y

Declaration
public int Y { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX