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 SftOptions control object implements the options management user interface.
| Property/Method | Description |
|---|---|
| AboutBox | Displays product, contact and copyright information. |
| Add | Adds a new entry. |
| Appearance | Defines the control's border look. |
| ApplyStatus | Defines the status of an associated Apply button. |
| BackColor | Defines the background color. |
| BorderStyle | Defines the control's border style. |
| BulkUpdate | Defines bulk update mode. |
| CancelMode | Cancels current processing modes. |
| CollapseAll | Collapses all entries (hides child entries). |
| CurrentEntry | Returns the SftOptionsEntry object of the current entry. |
| CustomCode | Defines optional product customization. |
| DefaultTopicPicture | Defines the default picture used for topics. |
| Direct | Returns an ISftOptionsVTable interface pointer. |
| Enabled | Defines whether the control responds to user-generated events. |
| Entry | Returns a SftOptionsEntry object given an entry name. |
| ExpandAll | Expands all entries (shows child entries). |
| ExpandButtons | Defines whether expand buttons are shown. |
| Font | Defines the default entry font. |
| ForeColor | Defines the foreground color. |
| HasExpired | Internal Only. |
| Header | Returns the SftOptionsHeader object. |
| HitTest | Determines the entry at the given cursor coordinates. |
| HitTestPix | Determines the entry at the given cursor coordinates. |
| InitializationComplete | Signals that all entries have been added. |
| IO | Returns the SftOptionsIO object. |
| License | Returns the product's license number. |
| Load | Loads all property settings. |
| ModifiedBackColor | Defines the background color of modified entries. |
| ModifiedFont | Defines the font for modified entries. |
| ModifiedForeColor | Defines the foreground color of modified entries. |
| MouseIcon | Defines a custom mouse icon. |
| MousePointer | Defines the mouse pointer used. |
| Refresh | Repaints the entire control. |
| RemoveAll | Removes all entries. |
| RestoreAll | Restores all default values. |
| RightToLeft | Defines the display direction and visual appearance on a bidirectional system. |
| Save | Saves all property settings. |
| SelectBackColor | Defines the background color of selected entries when the control has the focus. |
| SelectBackColorNoFocus | Defines the background color of selected entries when the control doesn't have the focus. |
| SelectForeColor | Defines the foreground color of selected entries when the control has the focus. |
| SelectForeColorNoFocus | Defines the foreground color of selected entries when the control doesn't have the focus. |
| 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
