[]
        
(Showing Draft Content)

C1.Win.Ribbon.ToolTipPositionEventArgs

ToolTipPositionEventArgs Class

Provides data for the PopupToolTip event.

Inheritance
ToolTipPositionEventArgs
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class ToolTipPositionEventArgs : EventArgs

Constructors

Name Description
ToolTipPositionEventArgs(Rectangle, Point, string, Component)

Initializes a new instance of a ToolTipPositionEventArgs object.

Properties

Name Description
Component

Gets a reference to the Component that provides the tooltip text and location.

ComponentBounds

Gets the bounds of the Component that provides the tooltip text and location.

Location

Gets or sets the location where the tooltip will be displayed.

Text

Gets or sets the text that will be displayed in the tooltip.