LineDisplayProperties.CapCursorType Property
2/27/2008
Holds a bitwise indication of the cursor types supported by the line display device, selectable via the CursorType property.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property CapCursorType As DisplayCursors
public DisplayCursors CapCursorType { get; set; }
public:
property DisplayCursors CapCursorType {
DisplayCursors get ();
void set (DisplayCursors value);
}
/** @property */
public DisplayCursors get_CapCursorType ()
/** @property */
public void set_CapCursorType (DisplayCursors value)
public function get CapCursorType () : DisplayCursors
public function set CapCursorType (value : DisplayCursors)
Remarks
Possible values are defined by the DisplayCursors enumeration.
If CapCursorType is set to None, then none of the other values will be set.
If CapCursorType is set to Fixed, then DisplayCursors.Blink may also be set, plus exactly one of the other values. This other value will indicate the cursor type that is always displayed.
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
LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CapCursorType Property