TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class
Properties Methods Events


In This Topic
    C1SuperTooltipBase Class Members
    In This Topic

    The following tables list the members exposed by C1SuperTooltipBase.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1SuperTooltipBase component.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the C1SuperTooltipBase is currently active.  
    Public PropertyGets or sets the automatic delay for the C1SuperTooltipBase.  
    Public PropertyGets or sets the period of time (in milliseconds) the tooltip remains visible if the mouse pointer is stationary within a control.  
    Public PropertyGets or sets the background color of the tooltip window.  
    Public PropertyGets or sets the background gradient for the tooltips.  
    Public PropertyGets or sets the background image displayed in tooltip window.  
    Public PropertyGets or sets the background image layout as defined in the BackgroundImageLayout enumeration.  
    Public PropertyGets or sets whether the tooltip window should display a solid border.  
    Public PropertyGets or sets whether the color of the border drawn around the tooltip when the Border property is set to true.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value indicating whether the tooltip follows the cursor.  
    Public PropertyGets or sets the default font used to display the tooltip.  
    Public PropertyGets or sets the foreground color of the tooltip window.  
    Public PropertyGets or sets a value that determines whether the tooltip can be clicked.  
    Public PropertyGets a collection of images that may be shown in tooltips.  
    Public PropertyGets or sets the time that passes before the tooltip appears.  
    Public PropertyGets or sets whether the tooltip is shown in a balloon shape.  
    Public PropertyGets or sets the maximum width of the tooltips.  
    Public PropertyGets or sets the opacity of the tooltips.  
    Public PropertyGets or sets the length of time that must transpire before subsequent C1SuperTooltipBase windows appear as the mouse pointer moves from one control to another.  
    Public PropertyGets or sets whether the tooltip window has rounded corners.  
    Public PropertyGets or sets whether the tooltip window should display a shadow.  
    Public PropertyGets or sets a value indicating whether a C1SuperTooltipBase window is displayed even when its parent control is not active.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value indicating under what conditions the tooltip will remain visible if the mouse pointer leaves the control. Period of time (in milliseconds) the tooltip remains visible can be set using the AutoPopDelay property.  
    Public PropertyGets or sets whether ampersands in the text should be hidden.  
    Public PropertyGets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.  
    Public PropertyGets or sets whether a fade effect should be used when displaying the tooltip.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Hides the C1SuperTooltipBase if it is currently visible.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodRemoves all tooltip text currently associated with the C1SuperTooltipBase component.  
    Public MethodOverloaded. Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the Popup event.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventEvent that fires when the user clicks a hyperlink within a C1SuperTooltipBase.  
    Public EventFires before the C1SuperTooltipBase is displayed.  
    Top
    See Also