SetEnabled Method
SetEnabled(bool)
Sets the value to the Enabled property.
Declaration
void SetEnabled(bool enabled)
Sub SetEnabled(enabled As Boolean)
Parameters
| Type |
Name |
Description |
| bool |
enabled |
the value indicating whether the control can respond to user interaction.
|