System.Windows.Forms.TextBox のクライアント領域にテキストを描画します。
シンタックス
'宣言
Public Shared Sub DrawText( _
ByVal As System.Windows.Forms.TextBox, _
ByVal As System.Drawing.Graphics, _
ByVal As System.String, _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Color _
)
public static void DrawText(
System.Windows.Forms.TextBox ,
System.Drawing.Graphics ,
System.string ,
System.Drawing.Color ,
System.Drawing.Color
)
パラメータ
- textBox
- その中にテキストを描画する System.Windows.Forms.TextBox。
- graphics
- 描画に使用される System.Drawing.Graphics オブジェクト。
- text
- 描画するテキスト。
- foreColor
- テキストの前景色。
- backColor
- テキストの背景色。
参照