MVCxTabPage Members
Represents a tabbed page within the PageControl.Constructors
| Name | Description |
|---|---|
| MVCxTabPage() | Initializes a new instance of the MVCxTabPage class with default settings. |
| MVCxTabPage(String, String, String) | Initializes a new instance of the MVCxTabPage class with the specified settings. |
| MVCxTabPage(String, String) | Initializes a new instance of the MVCxTabPage class with the specified settings. |
| MVCxTabPage(String) | Initializes a new instance of the MVCxTabPage class with the specified settings. |
Properties
| Name | Description |
|---|---|
| ActiveTabImage | Gets the settings of a tab image displayed within the current tab when the tab is active. Inherited from TabBase. |
| ActiveTabStyle | Gets the style of the tab when it’s active. Inherited from TabBase. |
| ActiveTabTemplate | Gets or sets a template used for displaying the content of the current page’s tab when it’s active. Inherited from TabPage. |
| ActiveTabTextTemplate | Gets or sets a template used for displaying the text content of the current page’s tab when it’s active. Inherited from TabPage. |
| ClientEnabled | Gets or sets a value that indicates whether the tab (or tab page) is enabled on the client. Inherited from TabBase. |
| ClientVisible | Gets or sets a value that specifies the tab’s initial visibility state on the client. Inherited from TabBase. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Enabled | Gets or sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions. Inherited from TabBase. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| IsActive | Gets a value that indicates whether the current tab is the control’s active tab. Inherited from TabBase. |
| Name | Gets or sets the unique identifier name for the current tab object. Inherited from TabBase. |
| NewLine | Gets or sets a value that specifies whether the current tab starts a new line. Inherited from TabBase. |
| TabControl | Gets the control to which the current tab belongs. Inherited from TabBase. |
| TabImage | Gets the settings of an image displayed by the current tab. Inherited from TabBase. |
| TabStyle | Gets the style settings of the current tab. Inherited from TabBase. |
| TabTemplate | Gets or sets a template used to display the content of the current page’s tab. Inherited from TabPage. |
| TabTextTemplate | Gets or sets a template used to display the content of the current page’s tab text. Inherited from TabPage. |
| Text | Gets or sets the text content of the current tab (tab page) object. Inherited from TabBase. |
| ToolTip | Gets or sets the current tab’s tooltip text. Inherited from TabBase. |
| Visible | Gets or sets a value specifying the visibility of the current tab (tab page). Inherited from TabBase. |
| VisibleIndex | Gets or sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control. Inherited from TabBase. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. Inherited from TabBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FindControl(String) | Searches the current naming container for a server control with the specified id parameter. Inherited from TabPage. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetActiveTabTemplateContent(Action<PageControlTemplateContainer>) | Allows you to specify a template for the text content of the current page’s active tab. |
| SetActiveTabTemplateContent(String) | Allows you to specify a template for the text content of the current page’s active tab. |
| SetActiveTabTextTemplateContent(Action<PageControlTemplateContainer>) | Allows you to create a template used for displaying the text content of the current page’s tab when it’s active. |
| SetActiveTabTextTemplateContent(String) | Allows you to create a template used for displaying the text content of the current page’s tab when it’s active. |
| SetContent(Action) | Specifies the contents of the TabPage. |
| SetContent(String) | Specifies the contents of the TabPage. |
| SetTabTemplateContent(Action<PageControlTemplateContainer>) | Allows you to specify a template for the text content of the current page’s tab. |
| SetTabTemplateContent(String) | Allows you to specify a template for the text content of the current page’s tab. |
| SetTabTextTemplateContent(Action<PageControlTemplateContainer>) | Allows you to create a template used to display the content of the current page’s tab text. |
| SetTabTextTemplateContent(String) | Allows you to create a template used to display the content of the current page’s tab text. |
| ToString() | Returns the string that represents the current object. Inherited from TabBase. |
See Also