SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The SftTabs object represents the SftTabs/OCX control. Through its properties, additional objects can be accessed.
| Property/Method | Description |
|---|---|
| _CompatibleRendering | Defines whether the pre-6.0 rendering (painting) method of the control is used. |
| _FlatProperties | Defines whether properties are stored as a flat list in a property bag. |
| _Version | Returns the product's exact version. |
| AboutBox | Displays product, contact and copyright information. |
| AlwaysShowAccel | Defines whether the prefix character is displayed in tab labels. |
| Appearance | Defines the control's paint style. |
| BackColor | Defines the control's default background color. |
| BackgroundInside | Defines the background image inside the tab control. |
| BackgroundOutside | Defines the background image outside the tab control. |
| BorderColor | Defines the control's border color. |
| BrightHighlightColor | Defines the control's color used for bright areas exposed to a light source. |
| BulkUpdate | Defines bulk update mode. |
| CancelMode | Cancels current processing modes. |
| ClientArea | Defines whether the control provides a client area for tab pages. |
| ClientAreaBorder | Defines the appearance of the client area border. |
| CustomCode | Defines optional product customization. |
| DeleteGDIPlusImage | Deletes a GDI+ image object. |
| Direct | Returns an ISftTabsVTable interface pointer. |
| Enabled | Defines whether the control responds to user-generated events. |
| Font | Defines the font used to display tab text. |
| ForeColor | Defines the control's default foreground color. |
| GDIPlusSupport | Returns whether GDI+ support is available. |
| GetClientPosition | Returns the dimensions of the client area used for tab pages. |
| GetClientPositionPix | Returns the dimensions of the client area used for tab pages. |
| GetControlSize | Returns the dimensions of the control given the dimensions of the required client area. |
| GetControlSizePix | Returns the dimensions of the control given the dimensions of the required client area. |
| HighlightColor | Defines the control's color used for areas exposed to a light source. |
| License | Returns the product's license number. |
| LoadGDIPlusImage | Loads a GDI+ image from a file. |
| LoadGDIPlusImageFromResource | Loads a GDI+ image from a resource. |
| MakeNaturalSize | Resizes the control (without client area) to its optimal height or width. |
| MouseIcon | Defines a custom mouse icon. |
| MousePointer | Defines the mouse pointer used. |
| NaturalSize | Returns the natural height or width of the control. |
| NaturalSizePix | Returns the natural height or width of the control. |
| OLEDrag | Initiates an OLE drag & drop operation. |
| OLEDragMode | Defines OLE drag support. |
| OLEDropMode | Defines OLE drop support. |
| Refresh | Repaints the entire control. |
| Scrolling | Returns the SftTabsScrolling object. |
| SetInsideOffset | Defines the alignment offset for the inside background bitmap. |
| SetInsideOffsetPix | Defines the alignment offset for the inside background bitmap. |
| SetOutsideOffset | Defines the alignment offset for the outside background bitmap. |
| SetOutsideOffsetPix | Defines the alignment offset for the outside background bitmap. |
| ShadowColor | Defines the control's color used for shadow areas. |
| Style | Defines the control's basic style. |
| Tab | Returns a SftTabsTab object given a tab index. |
| TabByName | Returns a SftTabsTab object given a tab name. |
| Tabs | Returns the SftTabsTabs object. |
| UseClientAreaColors | Defines whether the client area colors defined for tabs are used for frames. |
| UseExactRegion | Defines whether the control uses an exact window region. |
| UseThemes | Defines whether Windows themes can be used. |
| Version | Returns the product's exact version. |
| Window | Returns the control's window handle. |
See Also Object Hierarchy
