Class NavigationDropDownStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationDropDownStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
NavigationDropDownStyleInfoStore()
Initializes a new instance of the NavigationDropDownStyleInfoStore class.
Declaration
public NavigationDropDownStyleInfoStore()
NavigationDropDownStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the NavigationDropDownStyleInfoStore class.
Declaration
protected NavigationDropDownStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
ButtonHoverBackColorProperty
Provides information about the ButtonHoverBackColor property.
Declaration
public static readonly StyleInfoProperty ButtonHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledDropDownIconProperty
Provides information about the DisabledDropDownIcon property.
Declaration
public static readonly StyleInfoProperty DisabledDropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownHoverIconProperty
Provides information about the DropDownHoverIcon property.
Declaration
public static readonly StyleInfoProperty DropDownHoverIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownIconProperty
Provides information about the DropDownIcon property.
Declaration
public static readonly StyleInfoProperty DropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedButtonBackColorProperty
Provides information about the PressedButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedDropDownIconProperty
Provides information about the PressedDropDownIcon property.
Declaration
public static readonly StyleInfoProperty PressedDropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |