[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.PopupEventArgs.ToolStripItem

ToolStripItem Property

ToolStripItem

Gets a reference to the ToolStripItem that provides the tooltip text.

Declaration
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.