Share via


LineDisplayBase.Columns Property

2/27/2008

Holds the number of columns for this window.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Columns As Integer
public override int Columns { get; }
public:
virtual property int Columns {
    int get () override;
}
/** @property */
public int get_Columns ()
public override function get Columns () : int

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.Columns, which is the Columns value for the service object’s current window.

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
LineDisplay.Columns Property