Class ButtonElement
Class ButtonElement
名称: Aspose.Html.Forms セットアップ: Aspose.HTML.dll (25.4.0)
The ButtonElement represents a wrapper that is associated with the HTMLButtonElement. ボタンエレメントは、HTMLButtonElementと関連付けられています。
[ComVisible(true)]
public class ButtonElement : FormElement<htmlbuttonelement>
Inheritance
object
←
FormElement
←
FormElement
相続人
FormElement
Properties
Id
ボタン要素のID属性を表します。
public override string Id { get; set; }
不動産価値
Name
ボタン要素の名称属性を表します。
public override string Name { get; set; }
不動産価値
Type
形式制御の種類
public ButtonType Type { get; set; }
不動産価値
Value
「価値」属性に直接マッピングされているボタン要素のストレージ値を表します。
public override string Value { get; set; }