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
Dziedziczeni członkowie
FormElement
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
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
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
Text
Ten atrybut reprezentuje treść tekstu tego węzła i jego potomków.
public string Text { get; set; }
Wartość nieruchomości
Value
Zobacz definicję atrybutów wartości w HTML 4.01.
public override string Value { get; set; }