Class ButtonElement

Class ButtonElement

Tên không gian: Aspose.Html.Forms Tổng hợp: Aspose.HTML.dll (25.4.0)

The ButtonElement đại diện cho một thắt chặt được liên kết với HTMLButtonElement.

[ComVisible(true)]
public class ButtonElement : FormElement<htmlbuttonelement>

Inheritance

object FormElement FormElement ButtonElement

Thành viên thừa kế

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

Id

Nó đại diện cho thuộc tính ID của yếu tố nút.

public override string Id { get; set; }

Giá trị bất động sản

string

Name

Hiển thị thuộc tính tên của yếu tố nút.

public override string Name { get; set; }

Giá trị bất động sản

string

Type

Loại hình dạng kiểm soát.

public ButtonType Type { get; set; }

Giá trị bất động sản

ButtonType

Value

Nó đại diện cho giá trị chuỗi của yếu tố nút được mapped trực tiếp đến thuộc tính ‘giá’.

public override string Value { get; set; }

Giá trị bất động sản

string

 Tiếng Việt