Aracılığıyla paylaş


DrawListViewColumnHeaderEventArgs Oluşturucu

Tanım

DrawListViewColumnHeaderEventArgs sınıfının yeni bir örneğini başlatır.

public:
 DrawListViewColumnHeaderEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds, int columnIndex, System::Windows::Forms::ColumnHeader ^ header, System::Windows::Forms::ListViewItemStates state, System::Drawing::Color foreColor, System::Drawing::Color backColor, System::Drawing::Font ^ font);
public DrawListViewColumnHeaderEventArgs (System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font);
public DrawListViewColumnHeaderEventArgs (System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader? header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font? font);
new System.Windows.Forms.DrawListViewColumnHeaderEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * int * System.Windows.Forms.ColumnHeader * System.Windows.Forms.ListViewItemStates * System.Drawing.Color * System.Drawing.Color * System.Drawing.Font -> System.Windows.Forms.DrawListViewColumnHeaderEventArgs
Public Sub New (graphics As Graphics, bounds As Rectangle, columnIndex As Integer, header As ColumnHeader, state As ListViewItemStates, foreColor As Color, backColor As Color, font As Font)

Parametreler

graphics
Graphics

Üzerine Graphics çizilen yüzey.

bounds
Rectangle

İçinde Rectangle çizim yapılan.

columnIndex
Int32

Üst bilgi sütununun koleksiyon içindeki Columns dizini.

header
ColumnHeader

Çizilmesi ColumnHeader gereken üst bilgiyi temsil eden.

state
ListViewItemStates

Sütun üst bilgisinin ListViewItemStates geçerli durumunu gösteren bit düzeyinde değerler birleşimi.

foreColor
Color

Üst bilginin ön planı Color .

backColor
Color

Üst bilginin arka planı Color .

font
Font

Üst Font bilgi metni için kullanılan.

Şunlara uygulanır