HtmlElement.Enabled Property
Gets or sets whether the user can input data into this element.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
For FORM elements such as text boxes and radio buttons, setting Enabled to false will prevent the user from using these form fields. For other elements, such as DIV or SPAN, setting Enabled to false will cause all text within the element to appear shaded; however, the text will still be selectable. To cancel selection, add an event handler for the unexposed onselectstart event using the AttachEventHandler method.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.