WinForms

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

    Show / Hide Table of Contents

    Class ButtonStyleInfoStore

    Provides storage for the ButtonVisualStyle object.

    Inheritance
    System.Object
    StyleInfoStore
    VisualStyleInfoStore
    ButtonStyleInfoStore
    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.WinForms.Controls.Styles
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public class ButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    ButtonStyleInfoStore()

    Initializes a new instance of the ButtonStyleInfoStore class.

    Declaration
    public ButtonStyleInfoStore()

    ButtonStyleInfoStore(SerializationInfo, StreamingContext)

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

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

    BorderProperty

    Provides information about the Border property.

    Declaration
    public static readonly StyleInfoProperty BorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledBackColorProperty

    Provides information about the DisabledBackColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledBorderProperty

    Provides information about the DisabledBorder property.

    Declaration
    public static readonly StyleInfoProperty DisabledBorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledForeColorProperty

    Provides information about the DisabledForeColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledGradientBrushProperty

    Provides information about the DisabledGradientBrush property.

    Declaration
    public static readonly StyleInfoProperty DisabledGradientBrushProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledImageForeColorProperty

    Provides information about the DisabledImageForeColor property.

    Declaration
    public static readonly StyleInfoProperty DisabledImageForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DisabledImageProperty

    Provides information about the DisabledImage property.

    Declaration
    public static readonly StyleInfoProperty DisabledImageProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusdForeColorProperty

    Provides information about the FocusedForeColor property.

    Declaration
    public static readonly StyleInfoProperty FocusdForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusedBackColorProperty

    Provides information about the FocusedBackColor property.

    Declaration
    public static readonly StyleInfoProperty FocusedBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusedBorderProperty

    Provides information about the FocusedBorder property.

    Declaration
    public static readonly StyleInfoProperty FocusedBorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusedGradientBrushProperty

    Provides information about the FocusedGradientBrush property.

    Declaration
    public static readonly StyleInfoProperty FocusedGradientBrushProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusedImageForeColorProperty

    Provides information about the FocusedImageForeColor property.

    Declaration
    public static readonly StyleInfoProperty FocusedImageForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    FocusedImageProperty

    Provides information about the FocusedImage property.

    Declaration
    public static readonly StyleInfoProperty FocusedImageProperty
    Field Value
    Type Description
    StyleInfoProperty

    ForeColorProperty

    Provides information about the ForeColor property.

    Declaration
    public static readonly StyleInfoProperty ForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    GradientBrushProperty

    Provides information about the GradientBrush property.

    Declaration
    public static readonly StyleInfoProperty GradientBrushProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverBackColorProperty

    Provides information about the HoverBackColor property.

    Declaration
    public static readonly StyleInfoProperty HoverBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverBorderProperty

    Provides information about the HoverBorder property.

    Declaration
    public static readonly StyleInfoProperty HoverBorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverForeColorProperty

    Provides information about the HoverForeColor property.

    Declaration
    public static readonly StyleInfoProperty HoverForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverGradientBrushProperty

    Provides information about the HoverGradientBrush property.

    Declaration
    public static readonly StyleInfoProperty HoverGradientBrushProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverImageForeColorProperty

    Provides information about the HoverImageForeColor property.

    Declaration
    public static readonly StyleInfoProperty HoverImageForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverImageProperty

    Provides information about the HoverImage property.

    Declaration
    public static readonly StyleInfoProperty HoverImageProperty
    Field Value
    Type Description
    StyleInfoProperty

    ImageForeColorProperty

    Provides information about the ImageForeColor property.

    Declaration
    public static readonly StyleInfoProperty ImageForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ImageProperty

    Provides information about the Image property.

    Declaration
    public static readonly StyleInfoProperty ImageProperty
    Field Value
    Type Description
    StyleInfoProperty

    PaddingProperty

    Provides information about the Syncfusion.WinForms.Controls.Styles.ButtonVisualStyle.Padding property.

    Declaration
    public static readonly StyleInfoProperty PaddingProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedBackColorProperty

    Provides information about the PressedBackColor property.

    Declaration
    public static readonly StyleInfoProperty PressedBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedBorderProperty

    Provides information about the PressedBorder property.

    Declaration
    public static readonly StyleInfoProperty PressedBorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedForeColorProperty

    Provides information about the PressedForeColor property.

    Declaration
    public static readonly StyleInfoProperty PressedForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedGradientBrushProperty

    Provides information about the PressedGradientBrush property.

    Declaration
    public static readonly StyleInfoProperty PressedGradientBrushProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedImageForeColorProperty

    Provides information about the PressedImageForeColor property.

    Declaration
    public static readonly StyleInfoProperty PressedImageForeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedImageProperty

    Provides information about the PressedImage property.

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