The
Exontrol ExTab component is a skin based TAB control. A tab control is
analogous to the dividers in a notebook or the labels in a file cabinet. By
using a tab control, an application can define multiple pages for the same
area of a form or dialog box. Each page consists of a certain type of
information or a group of controls that the application displays when the user
selects the corresponding tab. The Exontrol Tab component supports the
following methods and properties:
| |  | Name | Description | |
| | | Active | Specifies the active tab number. | |
| | | BackColor | Retrieves or sets a value that indicates the control's background color. | |
| | | Caption | Specifies the HTML caption to be displayed on the pages part of the control. | |
| | | CaptionAlignment | Specifies horizontal and vertical alignment of the caption to be shown. | |
| | | CContainer | Specifies the control's container. | |
| | | ClientHeight | Retrieves the height of the control's client area. | |
| | | ClientLeft | Retrieves the distance between left edge of the control's client area and the left border of the control. | |
| | | ClientTop | Retrieves the distance between top edge of the control's client area and the top border of the control. | |
| | | ClientWidth | Retrieves the width of the control's client area. | |
| | | ClosePopup | Closes the floating TAB control. | |
| | | Enabled | Enables or disables the control. | |
| | | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | | ExecuteTemplate | Executes a template and returns the result. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Retrieves or sets a value that indicates the control's foreground color. | |
| | | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | Images | Sets at runtime the control's image list. The Handle should be a handle to an Image List Control. | |
| | | IsPopup | Specifies whether the TAB control is hosted by a popup window. | |
| | | LeftPictureRoot | Specifies the indent of the picture on the root object. | |
| | | Load | Loads the tab skin file. | |
| | | PageFromPoint | Retrieves the number of the page over the point. | |
| | | Pages | Gets the pages collection. | |
| | | Popup | Floats the tab control to a popup window. | |
| | | PopupVisible | Specifies whether the floating TAB control is visible or hidden. | |
| | | Refresh | Refreshes the control. | |
| | | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | | SelectEnablePageIfDisable | Specifies a value that indicates whether the control selects an enabled page if the focused page is disabled. | |
| | | ShowFocusRect | Specifies whether the control marks the focused page tab. | |
| | | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | | ShowScroll | Specifies whether the control displays a scroll button when required. | |
| | | Style | Specifies the style of the tab control from a list of predefined styles. | |
| | | TabAutoResize | Specifies whether the pages are auto arranged to fit the control's client area. | |
| | | Template | Specifies the control's template. | |
| | | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | | TopPictureRoot | Specifies the indent of the picture on the root object. | |
| | | Version | Retrieves the control's version. | |