バージョン

DrawText(StringBuilder,String,Int32,String) メソッド

テキストを描画する出力文字列 HTML に付加します。
シンタックス
'宣言
 
Protected Overloads Overridable Sub DrawText( _
   ByVal str As StringBuilder, _
   ByVal txt As String, _
   ByVal image As Integer, _
   ByVal padding As String _
) 
protected virtual void DrawText( 
   StringBuilder str,
   string txt,
   int image,
   string padding
)

パラメータ

str
出力テキスト
txt
ボタンのテキスト
image
画像 URL の長さ。負数の場合ブロックを使用します。この場合、画像は新規行に格納されます。
padding
画像とテキストの間の余白の位置 (左、上など)。
参照