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