WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabStyleInfo

    Show / Hide Table of Contents

    Class TabStyleInfo

    Represents the class to define the style for TabControlAdv control.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    TabStyleInfo
    TabbedFormStyleInfo
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Dispose()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.Store
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    TabStyleInfo()

    Initializes a new instance of the TabStyleInfo class.

    Declaration
    public TabStyleInfo()

    TabStyleInfo(StyleInfoSubObjectIdentity)

    Initializes a new instance of the TabStyleInfo class.

    Declaration
    public TabStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A TabStyleInfoIdentity that holds the identity for this TabStyleInfoStore.

    TabStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)

    Initializes a new instance of the TabStyleInfo class.

    Declaration
    public TabStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A TabStyleInfoIdentity that holds the identity for this TabStyleInfoStore.

    StyleInfoStore store

    The store.

    Properties

    ActiveBackColor

    Gets or sets a color value which is used to fill the background of active tabpage in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color ActiveBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ActiveBorderColor

    Gets or sets a color value which is used to draw the Top border of active tabpage in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color ActiveBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ActiveCloseButtonBackColor

    Gets or sets a color value which is used to draw the background of active closebutton on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color ActiveCloseButtonBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ActiveCloseButtonForeColor

    Gets or sets a color value which is used to draw the active closebutton in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color ActiveCloseButtonForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ActiveFont

    Gets or sets a font value which is used to draw the text of ActiveTabPage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Font ActiveFont { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    ActiveForeColor

    Gets or sets a color value which is used to draw the text of active tabpage in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color ActiveForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DefaultStyle

    Gets the default style value for the TabControlAdv control.

    Declaration
    public static TabStyleInfo DefaultStyle { get; }
    Property Value
    Type Description
    TabStyleInfo

    DisabledActiveBackColor

    Gets or sets a color value which is used to fill the back ground of disabled active tabpage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Color DisabledActiveBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledActiveForeColor

    Gets or sets a color value which is used to draw the text of disabled active tabpage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Color DisabledActiveForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledBackColor

    Gets or sets a color value which is used to fill the back ground of disabled inactive tabpage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Color DisabledBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledBorderColor

    Gets or sets a color value which is used to draw the Top border of active tabpage on disabled state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color DisabledBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    DisabledForeColor

    Gets or sets a color value which is used to draw the text of disabled tabpage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Color DisabledForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverActiveBorderColor

    Gets or sets a color value which is used to draw the Top border of active tabpage on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color HoverActiveBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverActiveCloseButtonForeColor

    Gets or sets a color value which is used to draw the active closebutton on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color HoverActiveCloseButtonForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverActiveForeColor

    Gets or sets a color value which is used to draw the text of active tabpage on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color HoverActiveForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverInactiveCloseButtonForeColor

    Gets or sets a color value which is used to draw the inactive closebutton on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color HoverInactiveCloseButtonForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HoverInactiveForeColor

    Gets or sets a color value which is used to draw the text of InactiveTabPage on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color HoverInactiveForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveBackColor

    Gets or sets a color value which is used to fill the background of inactive tabpage in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color InactiveBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveCloseButtonBackColor

    Gets or sets a color value which is used to draw the background of inactive closebutton on hover state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color InactiveCloseButtonBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveCloseButtonForeColor

    Gets or sets a color value which is used to draw the inactive closebutton in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color InactiveCloseButtonForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    InactiveFont

    Gets or sets a font value which is used to draw the text of InactiveTabPage of TabControlAdv

    Declaration
    [ThemeStudio]
    public Font InactiveFont { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    InactiveForeColor

    Gets or sets a color value which is used to draw the text of inactive tabpage in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color InactiveForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PressedCloseButtonBackColor

    Gets or sets a color value which is used to draw the background of closebutton on pressed state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color PressedCloseButtonBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PressedCloseButtonForeColor

    Gets or sets a color value which is used to draw the closebutton on pressed state in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color PressedCloseButtonForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    SeparatorColor

    Gets or sets a color value which is used to draw the separator between header of tabpages in TabControlAdv

    Declaration
    [ThemeStudio]
    public Color SeparatorColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    GetDefaultStyle()

    Gets the default style value of the TabStyleInfo class.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style value.

    Overrides
    StyleInfoBase.GetDefaultStyle()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved