Ribbon for WinForms
HtmlElement コンストラクタ(String,Boolean)

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlElement クラス > HtmlElement コンストラクタ : HtmlElement コンストラクタ(String,Boolean)
The System.String value with html content.
True to use right-to-left flow direction.
Initializes a new instance of the HtmlElement class with the specified htm content.
シンタックス
'宣言
 
Public Function New( _
   ByVal html As String, _
   ByVal rtl As Boolean _
)
public HtmlElement( 
   string html,
   bool rtl
)

パラメータ

html
The System.String value with html content.
rtl
True to use right-to-left flow direction.
参照

HtmlElement クラス
HtmlElement メンバ
オーバーロード一覧