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
)
Public Sub SetClearOnSelect (
clearOnSelect As Boolean
)
public:
void SetClearOnSelect(
bool clearOnSelect
)
member SetClearOnSelect :
clearOnSelect : bool -> unit
Parameters
- clearOnSelect
- Type: SystemBoolean
whether or not the screen will clear when the button is selected.
See Also