FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / ToolTipPositionEventArgs Class / ToolTipPositionEventArgs Constructor
Bounds of the System.ComponentModel.Component that provides the tooltip text and location.
System.Drawing.Point that specifies the top left corner of the tooltip.
String that will be displayed in the tooltip.
System.ComponentModel.Component that provides the tooltip text and location.

In This Topic
    ToolTipPositionEventArgs Constructor
    In This Topic
    Initializes a new instance of a ToolTipPositionEventArgs object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal componentBounds As System.Drawing.Rectangle, _
       ByVal location As System.Drawing.Point, _
       ByVal text As System.String, _
       ByVal component As System.ComponentModel.Component _
    )
    public ToolTipPositionEventArgs( 
       System.Drawing.Rectangle componentBounds,
       System.Drawing.Point location,
       System.string text,
       System.ComponentModel.Component component
    )

    Parameters

    componentBounds
    Bounds of the System.ComponentModel.Component that provides the tooltip text and location.
    location
    System.Drawing.Point that specifies the top left corner of the tooltip.
    text
    String that will be displayed in the tooltip.
    component
    System.ComponentModel.Component that provides the tooltip text and location.
    See Also