Class LauncherStyleInfo
Inheritance
System.Object
LauncherStyleInfo
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 LauncherStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
LauncherStyleInfo()
Initializes a new instance of the LauncherStyleInfoStore class.
Declaration
public LauncherStyleInfo()
LauncherStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the LauncherStyleInfo class.
Declaration
public LauncherStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
LauncherStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the LauncherStyleInfo class.
Declaration
public LauncherStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the ToolStripLauncher control.
Declaration
public static LauncherStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
LauncherStyleInfo |
ForeColor
Gets or sets the color of Launcher of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the hover background color of Launcher of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the hover color of Launcher of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverForeColor { 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