| MouseEventButtons Property |
During any mouse events, buttons MUST be used to indicate which combination of mouse buttons are currently being pressed, expressed as a bitmask.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ushort Buttons { get; }Public ReadOnly Property Buttons As UShort
Get
public:
property unsigned short Buttons {
unsigned short get ();
}member Buttons : uint16 with get
Property Value
Type:
UInt16
The buttons.
See Also