True DBGrid for WinForms
DrawCellFlags 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.Styles 名前空間 : DrawCellFlags 列挙体
Specifies which elements of the cell should be drawn by the grid.
シンタックス
'宣言
 
Public Enum DrawCellFlags 
   Inherits System.Enum
public enum DrawCellFlags : System.Enum 
メンバ
メンバ解説
AllDraw all cell elements (background, border, and contents).
BackgroundDraw the cell background.
BorderDraw the cell border.
ContentDraw the cell content (text, images, checkboxes, etc).
NoneDraw nothing.
解説

This enumeration is used when rendering owner-drawn cells.

継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.Styles.DrawCellFlags

参照

C1.Win.C1TrueDBGrid.Styles 名前空間