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