FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / ToolTipPositionEventArgs Class / Component Property

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