property Label.Enabled as Boolean
Enables or disables the control.

TypeDescription
Boolean A Boolean expression that indicates whether the control is enabled or disabled.
By default, the Enabled property is False. Use the Enabled property to disable the label. A disabled label displays its content in gray. While the label is disabled, no mouse or keys events are fired. Use the hWnd property to retrieve the handle of the control's window.