Class ToolStripExStyleInfo
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripExStyleInfo : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ToolStripExStyleInfo()
Initializes a new instance of the ToolStripExStyleInfo class.
Declaration
public ToolStripExStyleInfo()
ToolStripExStyleInfo(ToolStripExStyleInfoIdentity)
Initializes a new instance of the ToolStripExStyleInfo class.
Declaration
public ToolStripExStyleInfo(ToolStripExStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ToolStripExStyleInfoIdentity | identity | A ToolStripExStyleInfoIdentity that holds the identity for this ToolStripExStyleInfoStore. |
ToolStripExStyleInfo(ToolStripExStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the ToolStripExStyleInfo class.
Declaration
public ToolStripExStyleInfo(ToolStripExStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ToolStripExStyleInfoIdentity | identity | A ToolStripExStyleInfoIdentity that holds the identity for this ToolStripExStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
ArrowColor
Gets or sets the Arrow background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color ArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BackColor
Gets or sets the background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BottomToolStripBackColor
Gets or sets the background color of BottomToolStrip of ToolStripEx control.
Declaration
[ThemeStudio]
public Color BottomToolStripBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionBackColor
Gets or sets the Caption background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color CaptionBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionForeColor
Gets or sets the Caption Fore color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color CaptionForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CheckBoxStyle
Gets or sets style for CheckBox of the ToolStripEx control.
Declaration
[ThemeStudio]
public CheckBoxStyleInfo CheckBoxStyle { get; set; }
Property Value
Type |
---|
CheckBoxStyleInfo |
ComboBoxStyle
Gets or sets style for ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public ToolStripComboBoxExStyleInfo ComboBoxStyle { get; set; }
Property Value
Type |
---|
ToolStripComboBoxExStyleInfo |
DefaultStyle
Gets the default style value for the RibbonPanel control.
Declaration
public static ToolStripExStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ToolStripExStyleInfo |
DisabledArrowColor
Gets or sets the disabled Arrow background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color DisabledArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledItemForeColor
Gets or sets the Disabled Fore color of items of ToolStripEx control.
Declaration
[ThemeStudio]
public Color DisabledItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownStyle
Gets or sets style for ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public ToolStripDropDownStyleInfo DropDownStyle { get; set; }
Property Value
Type |
---|
ToolStripDropDownStyleInfo |
GalleryStyle
Gets or sets style for ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public GalleryStyleInfo GalleryStyle { get; set; }
Property Value
Type |
---|
GalleryStyleInfo |
HoverArrowColor
Gets or sets the Arrow hover background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemBackColor
Gets or sets the Hover background color of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemForeColor
Gets or sets the Hover Fore color of items in ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemFont
Gets or sets the Font of ToolStripItem of ToolStripEx control.
Declaration
[ThemeStudio]
public Font ItemFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ItemForeColor
Gets or sets the Fore color of items in ToolStripEx control.
Declaration
[ThemeStudio]
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
LauncherStyle
Gets or sets style for ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public LauncherStyleInfo LauncherStyle { get; set; }
Property Value
Type |
---|
LauncherStyleInfo |
PressedItemBackColor
Gets or sets the background color of items of ToolStripEx control in pressed state.
Declaration
[ThemeStudio]
public Color PressedItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitButtonStyle
Gets or sets style for ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public ToolStripSplitButtonStyleInfo SplitButtonStyle { get; set; }
Property Value
Type |
---|
ToolStripSplitButtonStyleInfo |
SplitterColor
Gets or sets the color of ToolStripSpliter in ToolStripEx control.
Declaration
[ThemeStudio]
public Color SplitterColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |