Class RibbonDisplayOptionStyleInfo
Represents the class to define the style for
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Ribbon
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonDisplayOptionStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
RibbonDisplayOptionStyleInfo()
Initializes a new instance of the RibbonDisplayOptionStyleInfo class.
Declaration
public RibbonDisplayOptionStyleInfo()
RibbonDisplayOptionStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the RibbonDisplayOptionStyleInfo class.
Declaration
public RibbonDisplayOptionStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A RibbonDisplayOptionStyleInfoIdentity that holds the identity for this RibbonDisplayOptionStyleInfoStore. |
RibbonDisplayOptionStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the RibbonDisplayOptionStyleInfo class.
Declaration
public RibbonDisplayOptionStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A RibbonDisplayOptionStyleInfoIdentity that holds the identity for this RibbonDisplayOptionStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the Ribbon Display Option Back Color of
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the
Declaration
public static RibbonDisplayOptionStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
RibbonDisplayOptionStyleInfo |
HoverBackColor
Gets or sets the Ribbon Display Option Hover Back Color
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemForeColor
Gets or sets the Ribbon Display Option Hover Fore Color
Declaration
[ThemeStudio]
public Color HoverItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemForeColor
Gets or sets the Ribbon Display Option fore Color of
Declaration
[ThemeStudio]
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the RibbonDisplayOptionStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |