True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.Styles Namespace / DrawCellFlags Enumeration

In This Topic
    DrawCellFlags Enumeration
    In This Topic
    Specifies which elements of the cell should be drawn by the grid.
    Syntax
    'Declaration
     
    Public Enum DrawCellFlags 
       Inherits System.Enum
    public enum DrawCellFlags : System.Enum 
    Members
    MemberDescription
    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.
    Remarks

    This enumeration is used when rendering owner-drawn cells.

    Inheritance Hierarchy

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

    See Also