Class FormElement

Class FormElement

Pôvodný názov: Aspose.Html.Forms Zhromaždenie: Aspose.HTML.dll (25.4.0)

Predstavuje základnú triedu pre tvarové prvky.

[ComVisible(true)]
public abstract class FormElement

Inheritance

object FormElement

Derived

FormElement

Z dedičných členov

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FormElement(FormElementType)

Iniciuje novú inštanciu triedy Aspose.Html.Forms.FormElement.

protected FormElement(FormElementType type)

Parameters

type FormElementType

Typ prvku tvaru.

Properties

ElementType

Získava typ prvku.

public FormElementType ElementType { get; }

Hodnota nehnuteľnosti

FormElementType

Id

Dostane alebo nastaví identifikátor prvku tvaru.

public virtual string Id { get; set; }

Hodnota nehnuteľnosti

string

Name

Dostane alebo nastaví názov prvku tvaru.

public virtual string Name { get; set; }

Hodnota nehnuteľnosti

string

Value

Hodnota poľa

public virtual string Value { get; set; }

Hodnota nehnuteľnosti

string

 Slovenčina