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

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

パラメータ

style
The C1.Framework.Style object to use.
html
The System.String value with html content.
rtl
True to use right-to-left flow direction.
width
The System.Int32 value of the width of html content.
参照

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