ScreenAddRegion Method (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. Sets the next screen to DO_NOTHING_ON_NEXT.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void AddRegion(
int region
)
Public Sub AddRegion (
region As Integer
)
public:
void AddRegion(
int region
)
member AddRegion :
region : int -> unit
Parameters
- region
- Type: SystemInt32
Region index to add to the screen.
See Also