LineDisplayProperties.ScreenModeList Property
2/27/2008
Holds the array of DisplayScreenMode class instances that are supported by the device.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public ReadOnly Property ScreenModeList As DisplayScreenMode()
public DisplayScreenMode[] ScreenModeList { get; }
public:
property array<DisplayScreenMode^>^ ScreenModeList {
array<DisplayScreenMode^>^ get ();
}
/** @property */
public DisplayScreenMode[] get_ScreenModeList ()
public function get ScreenModeList () : DisplayScreenMode[]
Remarks
If the CapScreenMode property is set to false, the array will contain only one instance of the DisplayScreenMode structure. 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
LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.ScreenModeList Property