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

In This Topic
    ApplyDropDownAlign Method
    In This Topic
    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