Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / DropDownCalendar Constructor
X coordinate
Y coordinate


In This Topic
    DropDownCalendar Constructor
    In This Topic
    Creates a new drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    'Usage
     
    
    Dim x As Integer
    Dim y As Integer
     
    Dim instance As New DropDownCalendar(x, y)
    public DropDownCalendar( 
       int x,
       int y
    )

    Parameters

    x
    X coordinate
    y
    Y coordinate
    See Also