ListViewMouseEvent.Position Property | |
A Point object that describes the position where the click occurred in list view control coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
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 list view control coordinates.
See Also