TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / PopupEventArgs Class / ToolStripItem Property

In This Topic
    ToolStripItem Property (PopupEventArgs)
    In This Topic
    Gets a reference to the ToolStripItem that provides the tooltip text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ToolStripItem As ToolStripItem
    public ToolStripItem ToolStripItem {get;}
    Remarks
    The C1SuperTooltipBase can be used to display information about controls or ToolStrip items. If the tooltip is displaying information about a control, then this property returns null. If it is displaying information about a ToolStripItem, then this property returns a reference to that item.
    See Also