Class ToolStripDropDownStyleInfo
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripDropDownStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ToolStripDropDownStyleInfo()
Initializes a new instance of the ToolStripDropDownStyleInfoStore class.
Declaration
public ToolStripDropDownStyleInfo()
ToolStripDropDownStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ToolStripDropDownStyleInfo class.
Declaration
public ToolStripDropDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
ToolStripDropDownStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the ToolStripDropDownStyleInfo class.
Declaration
public ToolStripDropDownStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the DropDown background color in ToolStripEx control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the drop down. |
BorderColor
Gets or sets the DropDown border color in ToolStripEx control.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the drop down. |
DefaultStyle
Gets the default style value for the
Declaration
public static ToolStripDropDownStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ToolStripDropDownStyleInfo |
DisabledItemBackColor
Gets or sets the disabled Back color of Items in the DropDown of ToolStripEx control.
Declaration
[ThemeStudio]
public Color DisabledItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemBackColor
Gets or sets the Hover Back color of Items in the DropDown of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |