A boolean expression that specifies whether the control is enabled or disabled
The Enabled property specifies whether the control is enabled or disabled. Setting Enabled to False applies the WS_DISABLED window style, preventing the control from receiving user input. Setting Enabled to True removes the WS_DISABLED style, allowing normal interaction.