Share via


LineDisplayProperties.CapScreenMode Property

2/27/2008

If true, the line display device supports changing the screen mode (that is, the number of text rows and columns).

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

Syntax

'Declaration
Public ReadOnly Property CapScreenMode As Boolean
public bool CapScreenMode { get; }
public:
property bool CapScreenMode {
    bool get ();
}
/** @property */
public boolean get_CapScreenMode ()
public function get CapScreenMode () : boolean

Remarks

If true, the line display device supports changing the screen mode (that is, the number of text rows and columns).

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.CapScreenMode Property