FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / OwnerDrawCellEventArgs Class / Bounds Property

In This Topic
    Bounds Property (OwnerDrawCellEventArgs)
    In This Topic
    Get the rectangle where the cell will be painted (in client coordinates).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bounds As Rectangle
    public Rectangle Bounds {get;}
    See Also