Compartilhar via


DataGridColumnStyle.Paint Método

Definição

Quando substituído em uma classe derivada, pinta a coluna em um controle DataGrid.

Sobrecargas

Paint(Graphics, Rectangle, CurrencyManager, Int32)

Pinta o DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager e o número de linha especificados.

Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean)

Quando substituído em uma classe derivada, pinta uma DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager, número de linha e alinhamento especificados.

Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean)

Pinta uma DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager, número da linha, cor da tela de fundo, cor de primeiro plano e alinhamento especificados.

Paint(Graphics, Rectangle, CurrencyManager, Int32)

Pinta o DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager e o número de linha especificados.

protected public:
 abstract void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum);
protected internal abstract void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);
abstract member Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int -> unit
Protected Friend MustOverride Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer)

Parâmetros

g
Graphics

O Graphics para o qual desenhar.

bounds
Rectangle

O Rectangle delimitador no qual pintar.

source
CurrencyManager

O CurrencyManager do controle DataGrid ao qual a coluna pertence.

rowNum
Int32

O número da linha nos dados subjacente sendo referenciados.

Aplica-se a

Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean)

Quando substituído em uma classe derivada, pinta uma DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager, número de linha e alinhamento especificados.

protected public:
 abstract void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum, bool alignToRight);
protected internal abstract void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);
abstract member Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int * bool -> unit
Protected Friend MustOverride Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer, alignToRight As Boolean)

Parâmetros

g
Graphics

O Graphics para o qual desenhar.

bounds
Rectangle

O Rectangle delimitador no qual pintar.

source
CurrencyManager

O CurrencyManager do controle DataGrid ao qual a coluna pertence.

rowNum
Int32

O número da linha nos dados subjacente sendo referenciados.

alignToRight
Boolean

Um valor que indica se o conteúdo da coluna deve ser alinhado à direita. true se o conteúdo precisar ser alinhado à direita, caso contrário, false.

Aplica-se a

Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean)

Pinta uma DataGridColumnStyle com o Graphics, Rectangle, CurrencyManager, número da linha, cor da tela de fundo, cor de primeiro plano e alinhamento especificados.

protected public:
 virtual void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::Drawing::Brush ^ backBrush, System::Drawing::Brush ^ foreBrush, bool alignToRight);
protected internal virtual void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight);
abstract member Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int * System.Drawing.Brush * System.Drawing.Brush * bool -> unit
override this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int * System.Drawing.Brush * System.Drawing.Brush * bool -> unit
Protected Friend Overridable Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer, backBrush As Brush, foreBrush As Brush, alignToRight As Boolean)

Parâmetros

g
Graphics

O Graphics para o qual desenhar.

bounds
Rectangle

O Rectangle delimitador no qual pintar.

source
CurrencyManager

O CurrencyManager do controle DataGrid ao qual a coluna pertence.

rowNum
Int32

O número da linha na tabela de dados subjacente sendo referenciada.

backBrush
Brush

O Brush usado para pintar a cor da tela de fundo.

foreBrush
Brush

O Color usado para pintar a cor de primeiro plano.

alignToRight
Boolean

Um valor que indica se o conteúdo deve ser alinhado à direita. true se o conteúdo for alinhado à direita, caso contrário, false.

Aplica-se a