[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.C1SuperTooltipBase

C1SuperTooltipBase Class

Represents a pop-up window that displays a brief description of a control's purpose when the mouse hovers over the control.

Inheritance
C1SuperTooltipBase
Implements
Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.4.8.dll
Syntax
public class C1SuperTooltipBase : Component, IComponent, IDisposable

Constructors

Name Description
C1SuperTooltipBase()

Initializes a new instance of a C1SuperTooltipBase component.

Properties

Name Description
Active

Gets or sets a value indicating whether the C1SuperTooltipBase is currently active.

AutoPopDelay

Gets or sets the period of time (in milliseconds) the tooltip remains visible if the mouse pointer is stationary within a control.

AutomaticDelay

Gets or sets the automatic delay for the C1SuperTooltipBase.

BackColor

Gets or sets the background color of the tooltip window.

BackgroundGradient

Gets or sets the background gradient for the tooltips.

BackgroundImage

Gets or sets the background image displayed in tooltip window.

BackgroundImageLayout

Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.

Border

Gets or sets whether the tooltip window should display a solid border.

BorderColor

Gets or sets whether the color of the border drawn around the tooltip when the Border property is set to true.

FollowCursor

Gets or sets a value indicating whether the tooltip follows the cursor.

Font

Gets or sets the default font used to display the tooltip.

ForeColor

Gets or sets the foreground color of the tooltip window.

HitTestVisible

Gets or sets a value that determines whether the tooltip can be clicked.

Images

Gets a collection of images that may be shown in tooltips.

InitialDelay

Gets or sets the time that passes before the tooltip appears.

IsBalloon

Gets or sets whether the tooltip is shown in a balloon shape.

MaximumWidth

Gets or sets the maximum width of the tooltips.

Opacity

Gets or sets the opacity of the tooltips.

ReshowDelay

Gets or sets the length of time that must transpire before subsequent C1SuperTooltipBase windows appear as the mouse pointer moves from one control to another.

RoundedCorners

Gets or sets whether the tooltip window has rounded corners.

Shadow

Gets or sets whether the tooltip window should display a shadow.

ShowAlways

Gets or sets a value indicating whether a C1SuperTooltipBase window is displayed even when its parent control is not active.

StaysOpenMode

Gets 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.

StripAmpersands

Gets or sets whether ampersands in the text should be hidden.

UseCellTips

Gets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.

UseFading

Gets or sets whether a fade effect should be used when displaying the tooltip.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

Hide()

Hides the C1SuperTooltipBase if it is currently visible.

Hide(Control)

Hides the C1SuperTooltipBase if it is currently visible.

Hide(ToolStripItem)

Hides the C1SuperTooltipBase if it is currently visible.

OnLinkClicked(C1SuperLabelLinkClickedEventArgs)

Raises the LinkClicked event.

OnPopup(PopupEventArgs)

Raises the Popup event.

RemoveAll()

Removes all tooltip text currently associated with the C1SuperTooltipBase component.

Show(string, Control)

Shows the tooltip with the specified text for the specified control.

Show(string, Control, Point)

Shows the tooltip with the specified text, for the specified control, at the specified position.

Show(string, Control, Point, int)

Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.

Show(string, Control, int)

Shows the tooltip with the specified text, for the specified control, for a specified amount of time.

Show(string, Control, int, int)

Shows the tooltip with the specified text, for the specified control, at the specified position.

Show(string, Control, int, int, int)

Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.

Show(string, ToolStripItem)

Shows the tooltip with the specified text for the specified ToolStripItem.

Show(string, ToolStripItem, Point)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position.

Show(string, ToolStripItem, Point, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position, for a specified amount of time.

Show(string, ToolStripItem, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, for a specified amount of time.

Show(string, ToolStripItem, int, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position.

Show(string, ToolStripItem, int, int, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position, for a specified amount of time.

Events

Name Description
LinkClicked

Event that fires when the user clicks a hyperlink within a C1SuperTooltipBase.

Popup

Fires before the C1SuperTooltipBase is displayed.