FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 System.Drawing.Rectangle
    public System.Drawing.Rectangle ComponentBounds {get;}
    See Also