ScreenModifySetTimeoutScreenNext Method |
Sets the Screen number the Device switches to when this Screen times out.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetTimeoutScreenNext(
int timeoutScreenNext
)
Public Sub SetTimeoutScreenNext (
timeoutScreenNext As Integer
)
public:
void SetTimeoutScreenNext(
int timeoutScreenNext
)
member SetTimeoutScreenNext :
timeoutScreenNext : int -> unit
Parameters
- timeoutScreenNext
- Type: SystemInt32
Screen number the device switches to when the screen times out.
See Also