Class ToolStripSplitButtonStyleInfo
Inheritance
System.Object
ToolStripSplitButtonStyleInfo
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.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripSplitButtonStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ToolStripSplitButtonStyleInfo()
Initializes a new instance of the ToolStripSplitButtonStyleInfoStore class.
Declaration
public ToolStripSplitButtonStyleInfo()
ToolStripSplitButtonStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ToolStripSplitButtonStyleInfo class.
Declaration
public ToolStripSplitButtonStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
ToolStripSplitButtonStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the ToolStripSplitButtonStyleInfo class.
Declaration
public ToolStripSplitButtonStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the ToolStripSplitButton control.
Declaration
public static ToolStripSplitButtonStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ToolStripSplitButtonStyleInfo |
HoverBackColor
Gets or sets the hover background color of splitbutton in ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedBackColor
Gets or sets the background color of splitbutton in ToolStripEx control.
Declaration
[ThemeStudio]
public Color PressedBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable