指定された HTML コンテンツとスタイルオプションを使用して、HtmlElement クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Style, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Integer _
)
public HtmlElement(
Style ,
System.string ,
System.bool ,
System.int
)
パラメータ
- style
- 使用する C1.Framework.Style オブジェクト。
- html
- HTML コンテンツを含む System.String 値。
- rtl
- 右から左のフロー方向を使用する場合は True。
- width
- HTML コンテンツの幅を表す Float 値。
参照