WinForms

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

    Show / Hide Table of Contents

    Class BackStageStyleInfoStore

    Provides storage for the BackStageStyleInfo object.

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

    Constructors

    BackStageStyleInfoStore()

    Initializes a new instance of the BackStageStyleInfoStore class.

    Declaration
    public BackStageStyleInfoStore()

    BackStageStyleInfoStore(SerializationInfo, StreamingContext)

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

    Declaration
    protected BackStageStyleInfoStore(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

    CloseButtonBackColorProperty

    Provides information about the CloseButtonBackColor property.

    Declaration
    public static readonly StyleInfoProperty CloseButtonBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ControlBoxBackColorProperty

    Provides information about the ControlBoxBackColor property.

    Declaration
    public static readonly StyleInfoProperty ControlBoxBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledItemBackColorProperty

    Provides information about the Syncfusion.Windows.Forms.Ribbon.BackStageStyleInfo.DisabledItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledItemForeColorProperty

    Provides information about the DisabledItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverCloseButtonBackColorProperty

    Provides information about the HoverCloseButtonBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverCloseButtonBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverControlBoxBackColorProperty

    Provides information about the HoverControlBoxBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverControlBoxBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverItemBackColorProperty

    Provides information about the HoverItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverItemForeColorProperty

    Provides information about the HoverItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty HoverItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemBackColorProperty

    Provides information about the ItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty ItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemFontProperty

    Provides information about the ItemFont property.

    Declaration
    public static readonly StyleInfoProperty ItemFontProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemForeColorProperty

    Provides information about the ItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty ItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedCloseButtonBackColorProperty

    Provides information about the PressedCloseButtonBackColor property.

    Declaration
    public static readonly StyleInfoProperty PressedCloseButtonBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedControlBoxBackColorProperty

    Provides information about the PressedControlBoxBackColor property.

    Declaration
    public static readonly StyleInfoProperty PressedControlBoxBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    SelectedItemBackColorProperty

    Provides information about the SelectedItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty SelectedItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    SelectedItemForeColorProperty

    Provides information about the SelectedItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty SelectedItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    SeparatorColorProperty

    Provides information about the SeparatorColor property.

    Declaration
    public static readonly StyleInfoProperty SeparatorColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    TitleBarBackColorProperty

    Provides information about the TitleBarBackColor property.

    Declaration
    public static readonly StyleInfoProperty TitleBarBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    TitleBarFontProperty

    Provides information about the TitleBarFont property.

    Declaration
    public static readonly StyleInfoProperty TitleBarFontProperty
    Field Value
    Type Description
    StyleInfoProperty

    TitleBarForeColorProperty

    Provides information about the TitleBarForeColor property.

    Declaration
    public static readonly StyleInfoProperty TitleBarForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the static data value of the class.

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

    Implements

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