Class OptionElement

Class OptionElement

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

OptionElement reprezentuje wrapera, który jest powiązany z HTMLOptionElement

[ComVisible(true)]
public class OptionElement : FormElement<htmloptionelement>

Inheritance

object FormElement FormElement OptionElement

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

Disabled

Kontrola nie jest dostępna w tym kontekście. zobacz definicję zaburzonego atrybutu w HTML 4.01.

public bool Disabled { get; set; }

Wartość nieruchomości

bool

Label

Opcja etykiety do użycia w menu hierarchicznym. zobacz definicję atrybut etykiety w HTML 4.01.

public string Label { get; set; }

Wartość nieruchomości

string

Selected

Zmiana tego atrybutu zmienia stan kontroli formularza, ale nie zmienia wartości wybranego atrybutu HTML elementu.

public bool Selected { get; set; }

Wartość nieruchomości

bool

Text

Ten atrybut reprezentuje treść tekstu tego węzła i jego potomków.

public string Text { get; set; }

Wartość nieruchomości

string

Value

Zobacz definicję atrybutów wartości w HTML 4.01.

public override string Value { get; set; }

Wartość nieruchomości

string

 Polski