ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / Offset Method

In This Topic
    Offset Method (DropDownControlViewBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Offset( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public void Offset( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also