Share via


LineDisplay.ScreenModeList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the array of DisplayScreenMode class instances that are supported by the device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ScreenModeList As DisplayScreenMode()
public abstract DisplayScreenMode[] ScreenModeList { get; }
public:
virtual property array<DisplayScreenMode^>^ ScreenModeList {
    array<DisplayScreenMode^>^ get () abstract;
}
/** @property */
public abstract DisplayScreenMode[] get_ScreenModeList ()
public abstract function get ScreenModeList () : DisplayScreenMode[]

Remarks

If the CapScreenMode property is set to false, the array will contain only one instance of the DisplayScreenMode structure.

ScreenModeList is typically initialized to an empty array. When ScreenModeList is set to a valid value, the CapScreenMode property is set to true.

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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.CapScreenMode Property
LineDisplay.ScreenMode Property