WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolStripExStyleInfo

    Show / Hide Table of Contents

    Class ToolStripExStyleInfo

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    VisualStyleBase
    ToolStripExStyleInfo
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    VisualStyleBase.UpdateStyles(IThemeProvider)
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Dispose()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.Store
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Color

    BackColor

    Gets or sets the background color of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Color BackColor { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Drawing.Color

    CaptionForeColor

    Gets or sets the Caption Fore color of ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Color CaptionForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckBoxStyle

    Gets or sets style for CheckBox of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public CheckBoxStyleInfo CheckBoxStyle { get; set; }
    Property Value
    Type Description
    CheckBoxStyleInfo

    ComboBoxStyle

    Gets or sets style for ToolStripGallery of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public ToolStripComboBoxExStyleInfo ComboBoxStyle { get; set; }
    Property Value
    Type Description
    ToolStripComboBoxExStyleInfo

    DefaultStyle

    Gets the default style value for the RibbonPanel control.

    Declaration
    public static ToolStripExStyleInfo DefaultStyle { get; }
    Property Value
    Type Description
    ToolStripExStyleInfo

    DisabledArrowColor

    Gets or sets the disabled Arrow background color of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Color DisabledArrowColor { get; set; }
    Property Value
    Type Description
    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 Description
    System.Drawing.Color

    DropDownStyle

    Gets or sets style for ToolStripGallery of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public ToolStripDropDownStyleInfo DropDownStyle { get; set; }
    Property Value
    Type Description
    ToolStripDropDownStyleInfo

    GalleryStyle

    Gets or sets style for ToolStripGallery of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public GalleryStyleInfo GalleryStyle { get; set; }
    Property Value
    Type Description
    GalleryStyleInfo

    HoverArrowColor

    Gets or sets the Arrow hover background color of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Color HoverArrowColor { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Drawing.Color

    ItemFont

    Gets or sets the Font of ToolStripItem of ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Font ItemFont { get; set; }
    Property Value
    Type Description
    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 Description
    System.Drawing.Color

    LauncherStyle

    Gets or sets style for ToolStripGallery of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public LauncherStyleInfo LauncherStyle { get; set; }
    Property Value
    Type Description
    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 Description
    System.Drawing.Color

    SplitButtonStyle

    Gets or sets style for ToolStripGallery of the ToolStripEx control.

    Declaration
    [ThemeStudio]
    public ToolStripSplitButtonStyleInfo SplitButtonStyle { get; set; }
    Property Value
    Type Description
    ToolStripSplitButtonStyleInfo

    SplitterColor

    Gets or sets the color of ToolStripSpliter in ToolStripEx control.

    Declaration
    [ThemeStudio]
    public Color SplitterColor { get; set; }
    Property Value
    Type Description
    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
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase
    Overrides
    VisualStyleBase.GetDefaultStyle()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved