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

In This Topic
    X Property (TooltipShowingEventArgs)
    In This Topic
    Gets or sets the X 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 X As Integer
    public int X {get; set;}
    See Also