Ribbon for WinForms | ComponentOne
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 Rectangle, _
       ByVal location As Point, _
       ByVal text As String, _
       ByVal component As Component _
    )
    public ToolTipPositionEventArgs( 
       Rectangle componentBounds,
       Point location,
       string text,
       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