Ribbon for WinForms
AddTextElement メソッド (HtmlDiv)

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlDiv クラス : AddTextElement メソッド
C1.Framework.Style used to render the new string.
String to add to this paragraph.
Indicates if the text element can be wrapped to new line.
Adds a string with a given style to this paragraph.
シンタックス
'宣言
 
Protected Overrides Sub AddTextElement( _
   ByVal s As Style, _
   ByVal text As String, _
   ByVal wrappable As Boolean _
) 
protected override void AddTextElement( 
   Style s,
   string text,
   bool wrappable
)

パラメータ

s
C1.Framework.Style used to render the new string.
text
String to add to this paragraph.
wrappable
Indicates if the text element can be wrapped to new line.
参照

HtmlDiv クラス
HtmlDiv メンバ