Input for WinForms | ComponentOne
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 Integer, _
       ByRef y As Integer, _
       ByRef width As Integer, _
       ByRef height As Integer, _
       ByVal rect As Rectangle _
    ) 
    protected void ApplyDropDownAlign( 
       ref int x,
       ref int y,
       ref int width,
       ref int height,
       Rectangle rect
    )

    Parameters

    x
    y
    width
    height
    rect
    See Also