指定した位置に、指定したテキストおよびそのテキストの境界を示す四角形を描画します。
オーバーロードの一覧
指定した位置に、テキストと四角形を指定した配置で描画します。
[Visual Basic] Overloads Protected Sub PaintText(Graphics, Rectangle, String, Boolean)
[C#] protected void PaintText(Graphics, Rectangle, string, bool);
[C++] protected: void PaintText(Graphics*, Rectangle, String*, bool);
[JScript] protected function PaintText(Graphics, Rectangle, String, Boolean);
指定した位置に、テキストと四角形を指定した色と配置で描画します。
[Visual Basic] Overloads Protected Sub PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean)
[C#] protected void PaintText(Graphics, Rectangle, string, Brush, Brush, bool);
[C++] protected: void PaintText(Graphics*, Rectangle, String*, Brush*, Brush*, bool);
[JScript] protected function PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean);
参照
DataGridTextBoxColumn クラス | DataGridTextBoxColumn メンバ | System.Windows.Forms 名前空間