ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / TooltipShowingEventArgs Class / Y Property

In This Topic
    Y Property (TooltipShowingEventArgs)
    In This Topic
    Gets or sets the Y coordinate of the client where the tooltip should be displayed. The coordinate is counted from the upper left corner of the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property Y As Integer
    public int Y {get; set;}
    See Also