Class ScrollBarStyleInfoStore
Contains the collection of ScrollBarStyleInfo properties.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ScrollBarStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ScrollBarStyleInfoStore()
Initializes a new instance of the ScrollBarStyleInfoStore class.
Declaration
public ScrollBarStyleInfoStore()
ScrollBarStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ScrollBarStyleInfoStore class from a serialization stream.
Declaration
protected ScrollBarStyleInfoStore(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
ArrowButtonBackColorProperty
Gets the value for the ArrowButton BackColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonBorderColorProperty
Gets the value for the ArrowButtonBorderColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonDisabledBackColorProperty
Gets the value for ArrowButtonDisabledBackColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonDisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonDisabledBorderColorProperty
Gets the value for the ArrowButtonDisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonDisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonDisabledForeColorProperty
Gets the value for ArrowButtonDisabledForeColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonDisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonForeColorProperty
Gets the value for the ArrowButton ForeColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonHoverBackColorProperty
Gets the value for the ArrowButton hover BackColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonHoverBorderColorProperty
Gets the value for the ArrowButtonHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonHoverForeColorProperty
Gets the value for the ArrowButton hover ForeColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonPressedBackColorProperty
Gets the value for the ArrowButton pressed BackColor properly.
Declaration
public static readonly StyleInfoProperty ArrowButtonPressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonPressedBorderColorProperty
Gets the value for the ArrowButtonPressedBorderColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonPressedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowButtonPressedForeColorProperty
Gets the value for the ArrowButton pressed ForeColor property.
Declaration
public static readonly StyleInfoProperty ArrowButtonPressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollBarBackColorProperty
Gets the value for the ScrollBarBackColor property.
Declaration
public static readonly StyleInfoProperty ScrollBarBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbBorderColorProperty
Gets the value for the ThumbBorderColor property.
Declaration
public static readonly StyleInfoProperty ThumbBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbColorProperty
Gets the value for the ThumbColor property.
Declaration
public static readonly StyleInfoProperty ThumbColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbDisabledBorderColorProperty
Gets the value for the ThumbDisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty ThumbDisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbDisabledColorProperty
Gets the value for ThumbDisabledColor property.
Declaration
public static readonly StyleInfoProperty ThumbDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbHoverBorderColorProperty
Gets the value for the ThumbHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty ThumbHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbHoverColorProperty
Gets the value for the ThumbHoverColor property.
Declaration
public static readonly StyleInfoProperty ThumbHoverColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbPressedBorderColorProperty
Gets the value for the ThumbPressedBorderColor property.
Declaration
public static readonly StyleInfoProperty ThumbPressedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbPressedColorProperty
Gets the value for the ThumbPressedColor property.
Declaration
public static readonly StyleInfoProperty ThumbPressedColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ThumbWidthProperty
Gets the value for the ThumbWidth property.
Declaration
public static readonly StyleInfoProperty ThumbWidthProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Provides the static data of the ScrollBarStyleInfo.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Copied object. |