Enum HiMouseButton
- Namespace
- Hi.PanelModels
- Assembly
- HiDisp.dll
The definition is the same as WPF MouseButton
public enum HiMouseButton
- Extension Methods
Fields
Left = 0
The left mouse button. Identical to javascript convention.
Middle = 1
Right = 2
The right mouse button. Identical to javascript convention.
XButton1 = 3
XButton2 = 4