Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / GetOwnerBounds Method

In This Topic
    GetOwnerBounds Method (DropDownFormBase)
    In This Topic
    Returns the bounds of the view in which the dropdown form belongs.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetOwnerBounds() As Rectangle
    protected virtual Rectangle GetOwnerBounds()
    See Also