Tab object
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:

 NameDescription 
  ActiveSpecifies the active tab number. 
  BackColorRetrieves or sets a value that indicates the control's background color.  
  CaptionSpecifies the HTML caption to be displayed on the pages part of the control. 
  CaptionAlignmentSpecifies horizontal and vertical alignment of the caption to be shown. 
  CContainerSpecifies the control's container. 
  ClientHeightRetrieves the height of the control's client area. 
  ClientLeftRetrieves the distance between left edge of the control's client area and the left border of the control. 
  ClientTopRetrieves the distance between top edge of the control's client area and the top border of the control. 
  ClientWidthRetrieves the width of the control's client area. 
  ClosePopupCloses the floating TAB control. 
  EnabledEnables or disables the control. 
  EventParamRetrieves or sets a value that indicates the current's event parameter. 
  ExecuteTemplateExecutes a template and returns the result. 
  FontRetrieves or sets the control's font. 
  ForeColorRetrieves or sets a value that indicates the control's foreground color. 
  HTMLPictureAdds or replaces a picture in HTML captions. 
  hWndRetrieves the control's window handle. 
  ImagesSets at runtime the control's image list. The Handle should be a handle to an Image List Control. 
  IsPopupSpecifies whether the TAB control is hosted by a popup window. 
  LeftPictureRootSpecifies the indent of the picture on the root object. 
  LoadLoads the tab skin file. 
  PageFromPointRetrieves the number of the page over the point. 
  PagesGets the pages collection. 
  PopupFloats the tab control to a popup window. 
  PopupVisibleSpecifies whether the floating TAB control is visible or hidden. 
  RefreshRefreshes the control. 
  ReplaceIconAdds a new icon, replaces an icon or clears the control's image list. 
  SelectEnablePageIfDisableSpecifies a value that indicates whether the control selects an enabled page if the focused page is disabled. 
  ShowFocusRectSpecifies whether the control marks the focused page tab. 
  ShowImageListSpecifies whether the control's image list window is visible or hidden. 
  ShowScrollSpecifies whether the control displays a scroll button when required. 
  StyleSpecifies the style of the tab control from a list of predefined styles. 
  TabAutoResizeSpecifies whether the pages are auto arranged to fit the control's client area. 
  TemplateSpecifies the control's template. 
  ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears. 
  ToolTipFontRetrieves or sets the tooltip's font. 
  ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. 
  ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels. 
  TopPictureRootSpecifies the indent of the picture on the root object. 
  VersionRetrieves the control's version.