Click or drag to resize

ScreenAddRegion Method (Int32, Int32)

This method adds a region to a screen. In order to take effect you'll still need to save the screen to the device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void AddRegion(
	int region,
	int next
)

Parameters

region
Type: SystemInt32
Region index to add to the screen.
next
Type: SystemInt32
The next screen to progress to in the event the region activates (e.g. button press).
See Also