ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / GetBounds Method / GetBounds(Element) Method

In This Topic
    GetBounds(Element) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetBounds( _
       ByVal ancestor As C1.Framework.Element _
    ) As Rectangle
    public Rectangle GetBounds( 
       C1.Framework.Element ancestor
    )

    Parameters

    ancestor
    See Also