Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / GetBounds Method / GetBounds(Element,Boolean,Boolean) Method

In This Topic
    GetBounds(Element,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetBounds( _
       ByVal e As Element, _
       ByVal contentArea As Boolean, _
       ByVal clip As Boolean _
    ) As Rectangle
    public Rectangle GetBounds( 
       Element e,
       bool contentArea,
       bool clip
    )

    Parameters

    e
    contentArea
    clip
    See Also