RegionButtonSetEnabled Method  | 
 
            Sets whether or not the button is enabled.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetEnabled(
	bool enable
)
Public Sub SetEnabled ( 
	enable As Boolean
)
public:
void SetEnabled(
	bool enable
)
member SetEnabled : 
        enable : bool -> unit 
Parameters
- enable
 - Type: SystemBoolean
Whether or not the button is enabled. 
See Also