Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetLocation Method


In This Topic
    GetLocation Method (DropDownCalendar)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetLocation( _
       ByVal rect As Rectangle _
    ) As Point
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim rect As Rectangle
    Dim value As Point
     
    value = instance.GetLocation(rect)
    public Point GetLocation( 
       Rectangle rect
    )

    Parameters

    rect
    See Also