Interface ITabData2
The extended interface that represents the data associated with a tab.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface ITabData2 : ITabData, IDisposable
Properties
SuperTooltip
Gets or sets the super tooltip info.
Declaration
ToolTipInfo SuperTooltip { get; set; }
Property Value
Type |
---|
ToolTipInfo |