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