Click or drag to resize

RegionButtonSetClearOnSelect Method

Sets whether or not the screen will clear when the button is selected.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetClearOnSelect(
	bool clearOnSelect
)

Parameters

clearOnSelect
Type: SystemBoolean
whether or not the screen will clear when the button is selected.
See Also