Click or drag to resize

DeviceDeleteScreen Method

This method deletes a screen from the device

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.6.39.0 (1.6.39.0)
Syntax
public void DeleteScreen(
	byte screen
)

Parameters

screen
Type: SystemByte
the screen ID to delete
Remarks
This method requires firmware version 4.0 or higher.
See Also