System.Windows.Forms.HtmlElement.Enabled Property

Gets or sets whether the user can input data into this element.

Syntax

public bool Enabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0