Class TabRendererBlendDark
A default ITabRenderer implementation for TabRendererBlendDark.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabRendererBlendDark : TabRendererBase, ITabRenderer, IDisposable
Constructors
TabRendererBlendDark(ITabControl, ITabPanelRenderer)
Creates a new instance of the TabRendererBlendDark class.
Declaration
public TabRendererBlendDark(ITabControl parent, ITabPanelRenderer panelRenderer)
Parameters
Type | Name | Description |
---|---|---|
ITabControl | parent | The tab control parent. |
ITabPanelRenderer | panelRenderer | The ITabPanelRenderer parent. |
Properties
CloseButtonPadding
Gets space in pixels between tab's interior and close button.
Declaration
public override int CloseButtonPadding { get; }
Property Value
Type |
---|
System.Int32 |
Overrides
CorrectCloseButtonPosition
Declaration
protected override Point CorrectCloseButtonPosition { get; }
Property Value
Type |
---|
System.Drawing.Point |
Overrides
TabPanelPropertyExtender
Returns the ITabDefaultProperties instance that provides default properties for this renderer.
Declaration
public static BlendDarkRendererProperty TabPanelPropertyExtender { get; }
Property Value
Type |
---|
BlendDarkRendererProperty |
TabStyleName
Returns the unique name of this tab renderer.
Declaration
public static string TabStyleName { get; }
Property Value
Type |
---|
System.String |
Methods
DrawBackground(DrawTabEventArgs)
Overridden. See DrawBackground(DrawTabEventArgs).
Declaration
protected override void DrawBackground(DrawTabEventArgs drawItemInfo)
Parameters
Type | Name | Description |
---|---|---|
DrawTabEventArgs | drawItemInfo |
Overrides
DrawBorders(DrawTabEventArgs)
Overridden. See DrawBorders(DrawTabEventArgs).
Declaration
protected override void DrawBorders(DrawTabEventArgs drawItemInfo)
Parameters
Type | Name | Description |
---|---|---|
DrawTabEventArgs | drawItemInfo |
Overrides
DrawInterior(DrawTabEventArgs)
Overridden. See DrawInterior(DrawTabEventArgs).
Declaration
protected override void DrawInterior(DrawTabEventArgs drawItemInfo)
Parameters
Type | Name | Description |
---|---|---|
DrawTabEventArgs | drawItemInfo |
Overrides
RegisterTabType()
Registers custom tab styles with the framework.
Declaration
public static void RegisterTabType()
Implements
System.IDisposable