True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / OwnerDrawCellEventArgs Class / DrawCellFlags Property

In This Topic
    DrawCellFlags Property (OwnerDrawCellEventArgs)
    In This Topic
    Indicates whether the custom renderer handles the background, border or content.
    Syntax
    'Declaration
     
    Public Property DrawCellFlags As DrawCellFlags
    public DrawCellFlags DrawCellFlags {get; set;}
    See Also