[]
Represents a TabInfo object.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TabInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class TabInfo
Implements ISerializeSupport
| Name | Description |
|---|---|
| TabInfo() | Creates a new TabInfo object. |
| Name | Description |
|---|---|
| ActiveCssClass | Gets or sets the CSS class name for the active tab. |
| ActiveTabBackColor | Gets or sets the background color of the active sheet name tab. |
| ActiveTabBorderColor | Gets or sets the border color of the active sheet name tab. |
| Count | Gets the number of sheet name tabs in the Spread component. |
| CssClass | Gets or sets the CSS class name for the tabs. |
| FirstVisibleTab | Gets or sets the index of the first visible sheet name tab. |
| this[int] | Gets or sets the text in the sheet name tab. |
| ScrollIncrement | Gets or sets the scroll increment for the sheet name tabs. |
| TabControlPolicy | Gets or sets when to display the sheet name tabs in the command bar of the Spread component. |
| TextColor | Gets or sets the color of the text in the sheet name tabs. |
| VisibleCount | Gets or sets the number of sheet name tabs displayed in the command bar of the Spread component. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the tab information from XML. |
| Reset() | Sets the properties to their default values. |
| Serialize(XmlTextWriter) | Saves the tab information to XML. |