HTMLTextAreaElement.Disabled Property |
Gets or sets a value indicating whether the control is disabled for user input.
[VBScript] Public Property Disabled As Boolean
[JScript] public function get Disabled() : Boolean; public function set Disabled(Boolean);
true if the control is disabled for user input, false, otherwise.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace