[]
        
(Showing Draft Content)

C1.Win.Ribbon.ToolTipPositionEventArgs.-ctor

ToolTipPositionEventArgs Constructor

ToolTipPositionEventArgs(Rectangle, Point, string, Component)

Initializes a new instance of a ToolTipPositionEventArgs object.

Declaration
public ToolTipPositionEventArgs(Rectangle componentBounds, Point location, string text, Component component)
Parameters
Type Name Description
Rectangle componentBounds

Bounds of the Component that provides the tooltip text and location.

Point location

Point that specifies the top left corner of the tooltip.

string text

String that will be displayed in the tooltip.

Component component

Component that provides the tooltip text and location.