このメンバは DataGridColumnStyle.Paint をオーバーライドします。
Overloads Protected Friend Overrides Sub Paint( _
ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal source As CurrencyManager, _ ByVal rowNum As Integer, _ ByVal backBrush As Brush, _ ByVal foreBrush As Brush, _ ByVal alignToRight As Boolean _)
[C#]
protected internal override void Paint(Graphicsg,Rectanglebounds,CurrencyManagersource,introwNum,BrushbackBrush,BrushforeBrush,boolalignToRight);
[C++]
protected public: void Paint(Graphics* g,Rectanglebounds,CurrencyManager* source,introwNum,Brush* backBrush,Brush* foreBrush,boolalignToRight);
[JScript]
protected internal override function Paint(
g : Graphics,bounds : Rectangle,source : CurrencyManager,rowNum : int,backBrush : Brush,foreBrush : Brush,alignToRight : Boolean);
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGridTextBoxColumn クラス | DataGridTextBoxColumn メンバ | System.Windows.Forms 名前空間 | DataGridTextBoxColumn.Paint オーバーロードの一覧 | Edit | PaintText