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
)
Public Sub AddRegion (
region As Integer,
next As Integer
)
public:
void AddRegion(
int region,
int next
)
member AddRegion :
region : int *
next : int -> unit
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