Window.Pointer Property | |
The pointer used by the window to represent the mouse when it enters the window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Pointer AS USUAL GET SET
public virtual Usual Pointer { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe pointer used by the window to represent the mouse when it enters the window.
See Also