Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / GetBounds Method

In This Topic
    GetBounds Method (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetBounds( _
       ByVal e As C1.Framework.Element, _
       Optional ByVal contentArea As Boolean, _
       Optional ByVal clip As Boolean _
    ) As Rectangle
    protected Rectangle GetBounds( 
       C1.Framework.Element e,
       bool contentArea,
       bool clip
    )

    Parameters

    e
    contentArea
    clip
    See Also