Class FormulaBarStyleInfo
Represents the class to define the style for FormulaBar control.
Inheritance
System.Object
FormulaBarStyleInfo
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.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormulaBarStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
FormulaBarStyleInfo()
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo()
FormulaBarStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this FormulaBarStyleInfoStore. |
FormulaBarStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A FormulaBarStyleInfoIdentity that holds the identity for this FormulaBarStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the FormulaBar control.
Declaration
public static FormulaBarStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
FormulaBarStyleInfo |
Methods
GetDefaultStyle()
Gets the default style value of the FormulaBarStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable