WinForms

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

    Show / Hide Table of Contents

    Class ToolStripExStyleInfoStore

    Provides storage for the ToolStripExStyleInfo object.

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

    Constructors

    ToolStripExStyleInfoStore()

    Initializes a new instance of the ToolStripExStyleInfoStore class.

    Declaration
    public ToolStripExStyleInfoStore()

    ToolStripExStyleInfoStore(SerializationInfo, StreamingContext)

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

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

    ArrowColorProperty

    Provides information about the ArrowColor property.

    Declaration
    public static readonly StyleInfoProperty ArrowColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    BackColorProperty

    Provides information about the BackColor property.

    Declaration
    public static readonly StyleInfoProperty BackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    BottomToolStripBackColorProperty

    Provides information about the BottomToolStripBackColor property.

    Declaration
    public static readonly StyleInfoProperty BottomToolStripBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CaptionBackColorProperty

    Provides information about the CaptionBackColor property.

    Declaration
    public static readonly StyleInfoProperty CaptionBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CaptionForeColorProperty

    Provides information about the CaptionForeColor property.

    Declaration
    public static readonly StyleInfoProperty CaptionForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CheckBoxStyleProperty

    Provides information about the CheckBoxStyle property.

    Declaration
    public static readonly StyleInfoProperty CheckBoxStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    ComboBoxStyleProperty

    Provides information about the ComboBoxStyle property.

    Declaration
    public static readonly StyleInfoProperty ComboBoxStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledArrowColorProperty

    Provides information about the DisabledArrowColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledArrowColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledItemForeColorProperty

    Provides information about the DisabledItemForeColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledItemForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DropDownStyleProperty

    Provides information about the DropDownStyle property.

    Declaration
    public static readonly StyleInfoProperty DropDownStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    GalleryStyleProperty

    Provides information about the GalleryStyle property.

    Declaration
    public static readonly StyleInfoProperty GalleryStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverArrowColorProperty

    Provides information about the HoverArrowColor property.

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

    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

    LauncherStyleProperty

    Provides information about the LauncherStyle property.

    Declaration
    public static readonly StyleInfoProperty LauncherStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedItemBackColorProperty

    Provides information about the PressedItemBackColor property.

    Declaration
    public static readonly StyleInfoProperty PressedItemBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    SplitButtonStyleProperty

    Provides information about the SplitButtonStyle property.

    Declaration
    public static readonly StyleInfoProperty SplitButtonStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    SplitterColorProperty

    Provides information about the SplitterColor property.

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