Click or drag to resize
STSeriesDeviceCurrentDisplay Property Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the instance of the current display.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override STSeriesDeviceDisplay CurrentDisplay { get; }

Property Value

Type: STSeriesDeviceDisplay
The current display. This will be null until, either the device is opened or a display is loaded.

Implements

ISTSeriesDeviceCurrentDisplay
ISTSeriesDeviceCurrentDisplay
See Also