Documentation for this section has not yet been entered.
For FORM elements such as text boxes and radio buttons, setting HtmlElement.Enabled to false will prevent the user from using these form fields. For other elements, such as DIV or SPAN, setting HtmlElement.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 HtmlElement.AttachEventHandler(string, EventHandler) method.