Class TextAreaElement

Class TextAreaElement

Nazwa przestrzeń: Aspose.Html.Forms Zestaw: Aspose.HTML.dll (25.4.0)

TextAreaElement reprezentuje wrapper, który jest powiązany z HTMLTextAreaElement

[ComVisible(true)]
public class TextAreaElement : FormElement<htmltextareaelement>

Inheritance

object FormElement FormElement TextAreaElement

Dziedziczeni członkowie

FormElement.HtmlElement , FormElement.ElementType , FormElement.Name , FormElement.Id , FormElement.Value , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Name

Przedstawia nazwę atrybut elementu wejściowego.

public override string Name { get; set; }

Wartość nieruchomości

string

Type

Rodzaj tej formy kontroli.

public string Type { get; }

Wartość nieruchomości

string

Value

Przedstawia wartość paska elementu wejściowego, który jest bezpośrednio mapowany do atrybutu “wartości”.

public override string Value { get; set; }

Wartość nieruchomości

string

 Polski