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


In This Topic
    TooltipShowingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TooltipShowingEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the highlighted drop-down list item bounds (size and location) within it`s parent element, in pixels.  
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets or sets the duration of the tooltip, in milliseconds.  
    Public PropertyGets or sets a value indicating whether the event was handled.  
    Public PropertyGets the index of the highlighted drop-down list item.  
    Public PropertyGets or sets the HTML content to be displayed in the tooltip.  
    Public PropertyGets the C1.Win.C1SuperTooltip.C1SuperTooltipBase object for setting tooltip options.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Top
    See Also