Click or drag to resize

ScreenRemoveRegion Method

This method removes a region index from the region list for this screen.

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

Parameters

region
Type: SystemInt32
Region index to remove.
See Also