TreeViewMouseEvent.Position Property | |
A Point object that describes the position where the click occurred in tree view control coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Position AS Point GET
public virtual Point Position { get; }
Request Example
View SourceProperty Value
Type:
PointA Point object that describes the position where the click occurred in tree view control coordinates.
See Also