Class TabbedFormStyleInfo
Represents the class to define the tab style for SfTabbedFormControl control.
Inheritance
System.Object
TabbedFormStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabbedFormStyleInfo : TabStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TabbedFormStyleInfo()
Initializes a new instance of the TabbedFormStyleInfo class.
Declaration
public TabbedFormStyleInfo()
TabbedFormStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the TabbedFormStyleInfo class.
Declaration
public TabbedFormStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this TabbedFormStyleInfo. |
TabbedFormStyleInfo(StyleInfoSubObjectIdentity, TabStyleInfoStore)
Initializes a new instance of the TabbedFormStyleInfo class.
Declaration
public TabbedFormStyleInfo(StyleInfoSubObjectIdentity identity, TabStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this TabbedFormStyleInfo. |
| TabStyleInfoStore | store | A TabbedFormStyleInfoStore that holds data for this TabbedFormStyleInfo. All changes in this style object will be saved in the TabbedFormStyleInfoStore object. |
Properties
DefaultStyle
Gets the default style of the tabs.
Declaration
public static TabbedFormStyleInfo DefaultStyle { get; }
Property Value
| Type |
|---|
| TabbedFormStyleInfo |
Methods
GetDefaultStyle()
Provide the default style of the form.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Default style object. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable