TreeViewMouseEvent.PointRightOfClientArea Property | |
A logical value that is TRUE if the click occurred to the right of the tree view control's client area.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PointRightOfClientArea AS LOGIC GET
public virtual bool PointRightOfClientArea { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value that is TRUE if the click occurred to the right of the tree view control's client area.
See Also