Share via


LineDisplayBase.CursorVisible Property

2/27/2008

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Protected ReadOnly Property CursorVisible As Boolean
protected bool CursorVisible { get; }
protected:
property bool CursorVisible {
    bool get ();
}
/** @property */
protected boolean get_CursorVisible ()
protected function get CursorVisible () : boolean

Remarks

Returns true if the values of the CursorColumn and CursorHeight properties are less than the current window’s width and height, respectively.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace