menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabbedFormStyleInfoStore - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabbedFormStyleInfoStore

    Provides storage for the TabbedFormStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    TabbedFormStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.Clone()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabbedFormStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    TabbedFormStyleInfoStore()

    Initializes a new instance of the TabbedFormStyleInfoStore class.

    Declaration
    public TabbedFormStyleInfoStore()

    TabbedFormStyleInfoStore(SerializationInfo, StreamingContext)

    Initializes a new instance of the TabbedFormStyleInfoStore class from a serialization stream.

    Declaration
    protected TabbedFormStyleInfoStore(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    An object that holds all the data needed to serialize or deserialize this instance.

    System.Runtime.Serialization.StreamingContext context

    Describes the source and destination of the serialized stream specified by info.

    Fields

    ActiveBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveBorderColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveBorderColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveCloseButtonBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveCloseButtonBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveCloseButtonForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveCloseButtonForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveCloseButtonHoverForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveCloseButtonHoverForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveFontProperty

    Provides information about the property

    Declaration
    public static readonly StyleInfoProperty ActiveFontProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveHoverBorderColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveHoverBorderColorProperty
    Field Value
    Type
    StyleInfoProperty

    ActiveHoverForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ActiveHoverForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    CloseButtonPressedBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty CloseButtonPressedBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    CloseButtonPressedForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty CloseButtonPressedForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveCloseButtonBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveCloseButtonBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveCloseButtonForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveCloseButtonForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveCloseButtonHoverForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveCloseButtonHoverForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveFontProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveFontProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    InactiveHoverForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty InactiveHoverForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    ScrollButtonArrowForeColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ScrollButtonArrowForeColorProperty
    Field Value
    Type
    StyleInfoProperty

    ScrollButtonBackColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ScrollButtonBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the static data value of the StaticDataStore class.

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved