ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / PrepareDropDownLocation Method

In This Topic
    PrepareDropDownLocation Method (DropDownFormBase)
    In This Topic
    Prepares location of drop down form.
    Syntax
    'Declaration
     
    Protected Overridable Function PrepareDropDownLocation( _
       ByRef x As System.Integer, _
       ByRef y As System.Integer, _
       ByRef width As System.Integer, _
       ByRef height As System.Integer, _
       ByVal ownerBounds As System.Drawing.Rectangle _
    ) As System.Boolean
    protected virtual System.bool PrepareDropDownLocation( 
       ref System.int x,
       ref System.int y,
       ref System.int width,
       ref System.int height,
       System.Drawing.Rectangle ownerBounds
    )

    Parameters

    x
    y
    width
    height
    ownerBounds
    Remarks
    The overridden method may return 'true' to avoid further processing.
    See Also