Class EditMenuStyleInfo
Inheritance
System.Object
EditMenuStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
System.ComponentModel.INotifyPropertyChanged
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.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class EditMenuStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject, INotifyPropertyChanged
Constructors
EditMenuStyleInfo()
It contains the value of the EditMenuStyleInfo property.
Declaration
public EditMenuStyleInfo()
EditMenuStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the EditMenuStyleInfo class.
Declaration
public EditMenuStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this EditMenuStyleInfoStore. |
EditMenuStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the EditMenuStyleInfo class.
Declaration
public EditMenuStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this EditMenuStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the item border color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the item border color.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of EditMenuStyleInfo instance.
Declaration
public static EditMenuStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
EditMenuStyleInfo |
ForeColor
Gets or sets the fore color of the item text.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the EditMenuStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
System.ComponentModel.INotifyPropertyChanged