'Declaration Public Enum DrawCellFlags Inherits System.Enum
public enum DrawCellFlags : System.Enum
'Declaration Public Enum DrawCellFlags Inherits System.Enum
public enum DrawCellFlags : System.Enum
Member | Description |
---|---|
All | Draw all cell elements (background, border, and contents). |
Background | Draw the cell background. |
Border | Draw the cell border. |
Content | Draw the cell content (text, images, checkboxes, etc). |
None | Draw nothing. |
This enumeration is used when rendering owner-drawn cells.
System.Object
System.ValueType
System.Enum
C1.Win.TrueDBGrid.Styles.DrawCellFlags