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

In This Topic
    ApplyDropDownAlign Method (DropDownFormBase)
    In This Topic
    Applies the align to the dropdown form.
    Syntax
    'Declaration
     
    Protected Sub ApplyDropDownAlign( _
       ByRef x As System.Integer, _
       ByRef y As System.Integer, _
       ByRef width As System.Integer, _
       ByRef height As System.Integer, _
       ByVal rect As System.Drawing.Rectangle _
    ) 
    protected void ApplyDropDownAlign( 
       ref System.int x,
       ref System.int y,
       ref System.int width,
       ref System.int height,
       System.Drawing.Rectangle rect
    )

    Parameters

    x
    y
    width
    height
    rect
    See Also