ScreenModifySetAddRegion Method |
Sets whether or not this ScreenModify is supposed to add a region.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetAddRegion(
bool addRegion
)
Public Sub SetAddRegion (
addRegion As Boolean
)
public:
void SetAddRegion(
bool addRegion
)
member SetAddRegion :
addRegion : bool -> unit
Parameters
- addRegion
- Type: SystemBoolean
Whether or not this message will add a region to the screen
See Also