Class TabUIOffice2003Properties
TabUIOffice2003Properties describes properties for painting tab groups in AH mode Offise2003 style.
Inheritance
System.Object
TabUIOffice2003Properties
Implements
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.Renderers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabUIOffice2003Properties : OneNoteStyleRendererProperty, ITabDefaultProperties
Constructors
TabUIOffice2003Properties()
Declaration
public TabUIOffice2003Properties()
Properties
DrawLeftToRight
Indicates whether to draw from left to right.
Declaration
public override bool DrawLeftToRight { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Methods
GetOverlapSize(SizeF)
Returns the size by which the selected tab overlaps the inactive tabs.
Declaration
public override SizeF GetOverlapSize(SizeF tabSize)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | tabSize |
Returns
Type |
---|
System.Drawing.SizeF |
Overrides
OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
Paints panel back ground.
Declaration
public override void OnPaintPanelBackground(ITabControl tabControl, Graphics g, Color bgColor, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
ITabControl | tabControl | Panel owner. |
System.Drawing.Graphics | g | Graphics to use. |
System.Drawing.Color | bgColor | Background color. |
System.Drawing.Rectangle | bounds | Bounds of panel to paint. |