WinForms

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

    Show / Hide Table of Contents

    Class MoreCommandsStyleInfoStore

    Provides storage for the MoreCommandsStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    VisualStyleInfoStore
    MoreCommandsStyleInfoStore
    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 MoreCommandsStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    MoreCommandsStyleInfoStore()

    Initializes a new instance of the MoreCommandsStyleInfoStore class.

    Declaration
    public MoreCommandsStyleInfoStore()

    MoreCommandsStyleInfoStore(SerializationInfo, StreamingContext)

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

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

    CaptionBarColorProperty

    Provides information about the CaptionBarColor property.

    Declaration
    public static readonly StyleInfoProperty CaptionBarColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CaptionForeColorProperty

    Provides information about the CaptionForeColor property.

    Declaration
    public static readonly StyleInfoProperty CaptionForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CheckBoxBackColorProperty

    Provides information about the CheckBoxBackColor property.

    Declaration
    public static readonly StyleInfoProperty CheckBoxBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CheckBoxForeColorProperty

    Provides information about the CheckBoxForeColor property.

    Declaration
    public static readonly StyleInfoProperty CheckBoxForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ComboBoxBackColorProperty

    Provides information about the ComboBoxBackColor property.

    Declaration
    public static readonly StyleInfoProperty ComboBoxBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ComboBoxForeColorProperty

    Provides information about the ComboBoxForeColor property.

    Declaration
    public static readonly StyleInfoProperty ComboBoxForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemFontProperty

    Provides information about the ItemFont property.

    Declaration
    public static readonly StyleInfoProperty ItemFontProperty
    Field Value
    Type Description
    StyleInfoProperty

    LabelBackColorProperty

    Provides information about the LabelBackColor property.

    Declaration
    public static readonly StyleInfoProperty LabelBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    LabelForeColorProperty

    Provides information about the LabelForeColor property.

    Declaration
    public static readonly StyleInfoProperty LabelForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ListViewBackColorProperty

    Provides information about the ListViewBackColor property.

    Declaration
    public static readonly StyleInfoProperty ListViewBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ListViewForeColorProperty

    Provides information about the ListViewForeColor property.

    Declaration
    public static readonly StyleInfoProperty ListViewForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    MoreCommandsIconProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty MoreCommandsIconProperty
    Field Value
    Type Description
    StyleInfoProperty

    PanelBackColorProperty

    Provides information about the PanelBackColor property.

    Declaration
    public static readonly StyleInfoProperty PanelBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridBackColorProperty

    Provides information about the PropertyGridBackColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridCategoryForeColorProperty

    Provides information about the PropertyGridCategoryForeColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridCategoryForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridHelpBackColorProperty

    Provides information about the PropertyGridHelpBackColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridHelpBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridHelpBorderColorProperty

    Provides information about the PropertyGridHelpBorderColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridHelpBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridHelpForeColorProperty

    Provides information about the PropertyGridHelpForeColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridHelpForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridLineColorProperty

    Provides information about the PropertyGridLineColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridLineColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridSelectedItemWithFocusBackColorProperty

    Provides information about the PropertyGridSelectedItemWithFocusBackColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridSelectedItemWithFocusBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridSelectedItemWithFocusForeColorProperty

    Provides information about the PropertyGridSelectedItemWithFocusForeColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridSelectedItemWithFocusForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridViewBackColorProperty

    Provides information about the PropertyGridViewBackColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridViewBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridViewBorderColorProperty

    Provides information about the PropertyGridCategoryForeColor property.

    Declaration
    public static readonly StyleInfoProperty PropertyGridViewBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PropertyGridViewForeColorProperty

    Provides information about the PropertyGridViewForeColor property.

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