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
SftButton honors the standard Windows window styles listed below. SftButton does not define any custom window styles of its own - all control-specific configuration goes through the SFTBUTTON_CONTROL structure.
| Style | Value | Description |
|---|---|---|
| WS_CHILD | 0x40000000 | Creates a child window. Usually required. |
| WS_VISIBLE | 0x10000000 | Creates a button control that is initially visible. Usually required. |
| WS_DISABLED | 0x08000000 | Creates a button control that is initially disabled. Triggers the Disabled rendering state. |
| WS_GROUP | 0x00020000 | Specifies the first control of a group. |
| WS_TABSTOP | 0x00010000 | Specifies that the button can receive keyboard focus via Tab. |
| WS_BORDER | 0x00800000 | Draws an additional dark line around the control. Rarely useful - prefer the built-in border styles on SFTBUTTON_CONTROL. |
See Also Extended Window Styles | Creating a Dialog Resource
