Class TabPrimitiveStyleInfo
Represents the class that defines the primitive style for SfTabbedFormControl control.
Inheritance
System.Object
TabPrimitiveStyleInfo
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 TabPrimitiveStyleInfo : TabControlPrimitiveButtonStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TabPrimitiveStyleInfo()
Initializes a new instance of the TabPrimitiveStyleInfo class.
Declaration
public TabPrimitiveStyleInfo()
TabPrimitiveStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the TabPrimitiveStyleInfo class.
Declaration
public TabPrimitiveStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this TabPrimitiveStyleInfo. |
TabPrimitiveStyleInfo(StyleInfoSubObjectIdentity, TabControlPrimitiveButtonStyleInfoStore)
Initializes a new instance of the TabPrimitiveStyleInfo class.
Declaration
public TabPrimitiveStyleInfo(StyleInfoSubObjectIdentity identity, TabControlPrimitiveButtonStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this TabPrimitiveStyleInfo. |
| TabControlPrimitiveButtonStyleInfoStore | store | A TabControlPrimitiveButtonStyleInfoStore that holds data for this TabPrimitiveStyleInfo. 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 TabPrimitiveStyleInfo DefaultStyle { get; }
Property Value
| Type |
|---|
| TabPrimitiveStyleInfo |
Methods
GetDefaultStyle()
Provides 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