ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / DrawItemEventArgs Class / Bounds Property

In This Topic
    Bounds Property (DrawItemEventArgs)
    In This Topic
    Gets the rectangle that represents the bounds of the item being drawn.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.Rectangle
    public System.Drawing.Rectangle Bounds {get;}
    See Also