TreeViewMouseEvent.ButtonID Property | |
A constant representing which mouse button was clicked. The value can be either BUTTONLEFT or BUTTONRIGHT.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ButtonID AS LONG GET
public virtual int ButtonID { get; }
Request Example
View SourceProperty Value
Type:
LongA constant representing which mouse button was clicked. The value can be either BUTTONLEFT or BUTTONRIGHT.
See Also