TreeViewMouseEvent.IsLeftButton Property | |
A logical value that is TRUE if this is a left-button event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsLeftButton AS LOGIC GET
public virtual bool IsLeftButton { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value that is TRUE if this is a left-button event.
See Also