Class ScrollButtonsVisualStyle
Represents the class to define the style of ScrollButtons control.
Inheritance
System.Object
ScrollButtonsVisualStyle
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ScrollButtonsVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ScrollButtonsVisualStyle()
Initializes a new instance of the ScrollButtonsVisualStyle class.
Declaration
public ScrollButtonsVisualStyle()
ScrollButtonsVisualStyle(ScrollButtonsStyleInfoIdentity)
Initializes a new instance of the ScrollButtonsVisualStyle class.
Declaration
public ScrollButtonsVisualStyle(ScrollButtonsStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollButtonsStyleInfoIdentity | identity | A ScrollButtonsStyleInfoIdentity that holds the identity for this ScrollButtonsStyleInfoStore. |
ScrollButtonsVisualStyle(ScrollButtonsStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the ScrollButtonsVisualStyle class.
Declaration
public ScrollButtonsVisualStyle(ScrollButtonsStyleInfoIdentity identity, StyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollButtonsStyleInfoIdentity | identity | A ScrollButtonsStyleInfoIdentity that holds the identity for this ScrollButtonsStyleInfoStore. |
| StyleInfoStore | store | The store. |
Properties
BackColor
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
DefaultStyle
Gets the default ScrollButtonsStyleInfo value.
Declaration
public static ScrollButtonsVisualStyle DefaultStyle { get; }
Property Value
| Type |
|---|
| ScrollButtonsVisualStyle |
DisabledDownArrowImage
Declaration
[ThemeStudio]
public Image DisabledDownArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
DisabledLeftArrowImage
Declaration
[ThemeStudio]
public Image DisabledLeftArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
DisabledRightArrowImage
Declaration
[ThemeStudio]
public Image DisabledRightArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
DisabledUpArrowImage
Declaration
[ThemeStudio]
public Image DisabledUpArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
DownArrowImage
Declaration
[ThemeStudio]
public Image DownArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
HoverColor
Declaration
[ThemeStudio]
public Color HoverColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
LeftArrowImage
Declaration
[ThemeStudio]
public Image LeftArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
RightArrowImage
Declaration
[ThemeStudio]
public Image RightArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
UpArrowImage
Declaration
[ThemeStudio]
public Image UpArrowImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
Methods
GetDefaultStyle()
Provide the default style of the ScrollerVisualStyle.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Default style object. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable