ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / DropDownForm Class / PrepareDropDownLocation Method

In This Topic
    PrepareDropDownLocation Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function PrepareDropDownLocation( _
       ByRef x As Integer, _
       ByRef y As Integer, _
       ByRef width As Integer, _
       ByRef height As Integer, _
       ByVal ownerBounds As Rectangle _
    ) As Boolean
    protected virtual bool PrepareDropDownLocation( 
       ref int x,
       ref int y,
       ref int width,
       ref int height,
       Rectangle ownerBounds
    )

    Parameters

    x
    y
    width
    height
    ownerBounds
    See Also