Class TreeViewAdvStyleInfoStore
Provides storage for the TreeViewAdvVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TreeViewAdvStyleInfoStore()
Initializes a new instance of the TreeViewAdvStyleInfoStore class.
Declaration
public TreeViewAdvStyleInfoStore()
TreeViewAdvStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TreeViewAdvStyleInfoStore class from a serialization stream.
Declaration
protected TreeViewAdvStyleInfoStore(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
ArrowBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBackDisabledColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBackDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBackHoverColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBackHoverColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBackPressedColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBackPressedColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBorderDisabledColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBorderDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBorderHoverColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBorderHoverColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowBorderPressedColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ArrowBorderPressedColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the Syncfusion.Windows.Forms.Tools.TreeViewAdvVisualStyle.BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LineColorProperty
Provides information about the LineColor property.
Declaration
public static readonly StyleInfoProperty LineColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TreeNodeAdvStyleProperty
Provides information about the TreeNodeAdvStyle property.
Declaration
public static readonly StyleInfoProperty TreeNodeAdvStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the TreeViewAdvStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |