Click or drag to resize
MouseButtonEnum Enumeration
Mouse button enumeration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum MouseButtonEnum
Members
  Member nameValueDescription
None0 No button.
Left1 Left button.
Right2 Right button.
Both3 Both buttons.
See Also