Input for WinForms
DrawText メソッド (TextBoxEx)

C1.Win.8 アセンブリ > C1.Framework.Extension 名前空間 > TextBoxEx クラス : DrawText メソッド
その中にテキストを描画する System.Windows.Forms.TextBox
描画に使用される System.Drawing.Graphics オブジェクト。
描画するテキスト。
テキストの前景色。
テキストの背景色。
System.Windows.Forms.TextBox のクライアント領域にテキストを描画します。
シンタックス
'宣言
 
Public Shared Sub DrawText( _
   ByVal textBox As System.Windows.Forms.TextBox, _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal text As System.String, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal backColor As System.Drawing.Color _
) 
public static void DrawText( 
   System.Windows.Forms.TextBox textBox,
   System.Drawing.Graphics graphics,
   System.string text,
   System.Drawing.Color foreColor,
   System.Drawing.Color backColor
)

パラメータ

textBox
その中にテキストを描画する System.Windows.Forms.TextBox
graphics
描画に使用される System.Drawing.Graphics オブジェクト。
text
描画するテキスト。
foreColor
テキストの前景色。
backColor
テキストの背景色。
解説
このメソッドは、プレースホルダテキストの描画または無効なテキストボックスのテキストの描画に使用されます。
参照

TextBoxEx クラス
TextBoxEx メンバ