WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GalleryStyleInfoStore - WindowsForms API Reference | Syncfusion GalleryStyleInfo object. ">

    Show / Hide Table of Contents

    Class GalleryStyleInfoStore

    Provides storage for the GalleryStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    VisualStyleInfoStore
    GalleryStyleInfoStore
    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.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class GalleryStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GalleryStyleInfoStore()

    Initializes a new instance of the GalleryStyleInfoStore class.

    Declaration
    public GalleryStyleInfoStore()

    GalleryStyleInfoStore(SerializationInfo, StreamingContext)

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

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

    BackColorProperty

    Provides information about the BackColor property.

    Declaration
    public static readonly StyleInfoProperty BackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CheckedItemBackColorProperty

    Provides information about the CheckedItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty CheckedItemBackColorProperty
    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

    HoverScrollBarBackColorProperty

    Provides information about the HoverScrollBarBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverScrollBarBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverScrollBarBorderColorProperty

    Provides information about the HoverScrollBarBorderColor property.

    Declaration
    public static readonly StyleInfoProperty HoverScrollBarBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverScrollButtonBackColorProperty

    Provides information about the HoverScrollButtonBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverScrollButtonBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverScrollButtonBorderColorProperty

    Provides information about the HoverScrollButtonBorderColor property.

    Declaration
    public static readonly StyleInfoProperty HoverScrollButtonBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemBackColorProperty

    Provides information about the ItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty ItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemForeColorProperty

    Provides information about the ItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty ItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedItemBackColorProperty

    Provides information about the PressedItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty PressedItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ScrollBarBackColorProperty

    Provides information about the ScrollBarBackColor property.

    Declaration
    public static readonly StyleInfoProperty ScrollBarBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ScrollBarBorderColorProperty

    Provides information about the ScrollBarBorderColor property.

    Declaration
    public static readonly StyleInfoProperty ScrollBarBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ScrollButtonBackColorProperty

    Provides information about the ScrollButtonBackColor property.

    Declaration
    public static readonly StyleInfoProperty ScrollButtonBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ScrollButtonBorderColorProperty

    Provides information about the ScrollButtonBorderColor property.

    Declaration
    public static readonly StyleInfoProperty ScrollButtonBorderColorProperty
    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 - 2021 Syncfusion Inc. All Rights Reserved