SSRSDocumentSource for WinForms
DrawColumnHeader イベント

構文
'宣言
 
Public Event DrawColumnHeader As System.Windows.Forms.DrawListViewColumnHeaderEventHandler
public event System.Windows.Forms.DrawListViewColumnHeaderEventHandler DrawColumnHeader
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DrawListViewColumnHeaderEventArgs 型の引数を受け取りました。次の DrawListViewColumnHeaderEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
BackColorGets the background color of the header.  
BoundsGets the size and location of the column header to draw.  
ColumnIndexGets the index of the System.Windows.Forms.ColumnHeader representing the header to draw.  
DrawDefaultGets or sets a value indicating whether the column header should be drawn by the operating system instead of owner-drawn.  
FontGets the font used to draw the column header text.  
ForeColorGets the foreground color of the header.  
GraphicsGets the System.Drawing.Graphics used to draw the column header.  
HeaderGets the System.Windows.Forms.ColumnHeader representing the column header to draw.  
StateGets the current state of the column header.  
参照

C1PreviewThumbnailView クラス
C1PreviewThumbnailView メンバ