WinForms

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

    Show / Hide Table of Contents

    Class TabControlPrimitiveButtonStyleInfo

    Represents the class to define the style for TabControlAdv control.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    TabControlPrimitiveButtonStyleInfo
    TabPrimitiveStyleInfo
    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 TabControlPrimitiveButtonStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    TabControlPrimitiveButtonStyleInfo()

    Initializes a new instance of the TabControlPrimitiveButtonStyleInfo class.

    Declaration
    public TabControlPrimitiveButtonStyleInfo()

    TabControlPrimitiveButtonStyleInfo(StyleInfoSubObjectIdentity)

    Initializes a new instance of the TabControlPrimitiveButtonStyleInfo class.

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

    The identity.

    TabControlPrimitiveButtonStyleInfo(StyleInfoSubObjectIdentity, TabControlPrimitiveButtonStyleInfoStore)

    Initializes a new instance of the TabControlPrimitiveButtonStyleInfo class.

    Declaration
    public TabControlPrimitiveButtonStyleInfo(StyleInfoSubObjectIdentity identity, TabControlPrimitiveButtonStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    The identity.

    TabControlPrimitiveButtonStyleInfoStore store

    A that holds data for this TabControlPrimitiveButtonStyleInfo. All changes in this style object will be saved in the object.

    TabControlPrimitiveButtonStyleInfo(TabControlPrimitiveButtonStyleInfo)

    Initializes a new instance of the TabControlPrimitiveButtonStyleInfo class.

    Declaration
    public TabControlPrimitiveButtonStyleInfo(TabControlPrimitiveButtonStyleInfo style)
    Parameters
    Type Name Description
    TabControlPrimitiveButtonStyleInfo style

    The style object that contains the original data.

    TabControlPrimitiveButtonStyleInfo(TabControlPrimitiveButtonStyleInfoStore)

    Initializes a new instance of the TabControlPrimitiveButtonStyleInfo class.

    Declaration
    public TabControlPrimitiveButtonStyleInfo(TabControlPrimitiveButtonStyleInfoStore store)
    Parameters
    Type Name Description
    TabControlPrimitiveButtonStyleInfoStore store

    A that holds data for this TabControlPrimitiveButtonStyleInfo. All changes in this style object will be saved in the object.

    Properties

    CloseButtonHoverImage

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

    CloseButtonImage

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

    DefaultStyle

    Gets the default DropDownStyleInfo value.

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

    DisabledCloseButtonImage

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

    DisabledDropDownImage

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

    DisabledFirstTabImage

    Declaration
    public Image DisabledFirstTabImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    DisabledLastTabImage

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

    DisabledNextPageImage

    Declaration
    public Image DisabledNextPageImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    DisabledNextTabImage

    Declaration
    public Image DisabledNextTabImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    DisabledOverFlowDropDownImage

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

    DisabledPreviousPageImage

    Declaration
    public Image DisabledPreviousPageImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    DisabledPreviousTabImage

    Declaration
    public Image DisabledPreviousTabImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    DropDownHoverImage

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

    DropDownImage

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

    FirstTabHoverImage

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

    FirstTabImage

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

    HoverBackColor

    Gets or sets a color value which is used to fill the background color of primitive button on hover state

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

    LastTabHoverImage

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

    LastTabImage

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

    NextPageHoverImage

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

    NextPageImage

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

    NextTabHoverImage

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

    NextTabImage

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

    OverFlowDropDownHoverImage

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

    OverFlowDropDownImage

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

    PressedBackColor

    Gets or sets a color value which is used to fill the background color of primitive button on pressed state

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

    PreviousPageHoverImage

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

    PreviousPageImage

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

    PreviousTabHoverImage

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

    PreviousTabImage

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

    Methods

    GetDefaultStyle()

    Gets the default style value of the TabControlPrimitiveButtonStyleInfo 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