Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolTipPositionEventArgs Class / ComponentBounds Property

In This Topic
    ComponentBounds Property (ToolTipPositionEventArgs)
    In This Topic
    Gets the bounds of the System.ComponentModel.Component that provides the tooltip text and location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ComponentBounds As Rectangle
    public Rectangle ComponentBounds {get;}
    See Also