Interface IHeaderDesigner
Interface for designer of header control.
Namespace: Syncfusion.Windows.Forms.Tools.Controls.RibbonTabControl.Interfaces
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IHeaderDesigner
Methods
GetTabHeaderDesigner()
Retrieves designer of part of header control that manages tabs.
Declaration
RibbonHeaderControlDesigner GetTabHeaderDesigner()
Returns
Type | Description |
---|---|
RibbonHeaderControlDesigner | Designer of part of header control that manages tabs. |