True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / OwnerDrawCellEventArgs Class / Graphics Property

In This Topic
    Graphics Property (OwnerDrawCellEventArgs)
    In This Topic
    The GDI+ graphics object to render on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also