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
Defines the theme style of the control (if UseThemes enabled).
Get
VB.NET | Style = object.ThemeStyle As SftMaskThemeStyleConstants |
VB | Style = object.ThemeStyle As SftMaskThemeStyleConstants |
C#.NET | SftMaskThemeStyleConstants Style = object.ThemeStyle; |
VC++ | enum SftMaskThemeStyleConstants Style = object->ThemeStyle; enum SftMaskThemeStyleConstants Style = object->GetThemeStyle(); |
C | HRESULT object->get_ThemeStyle(enum SftMaskThemeStyleConstants* Style); |
Put
VB.NET | object.ThemeStyle = Style As SftMaskThemeStyleConstants |
VB | object.ThemeStyle = Style As SftMaskThemeStyleConstants |
C#.NET | SftMaskThemeStyleConstants object.ThemeStyle = Style; |
VC++ | enum SftMaskThemeStyleConstants object->ThemeStyle = Style; void object->PutThemeStyle(enum SftMaskThemeStyleConstants Style); |
C | HRESULT object->put_ThemeStyle(enum SftMaskThemeStyleConstants Style); |
object
Style
Defines the theme style of the control (if UseThemes enabled).
Name | Value | Description |
---|---|---|
themeSftMaskStrict | 0 | Strict - The BackColor and BackColorInvalid properties are not honored. |
themeSftMaskBackColorOverride | 1 | Allow BackColor Override - The BackColor and BackColorInvalid properties are honored. |
themeSftMaskVB6Style | 2 | VB6-Style - A disabled or locked control uses the same background color as a disabled or locked VB6 edit control. The BackColor and BackColorInvalid properties are not honored. |
themeSftMaskVB6StyleBackColorOverride | 3 | VB6-Style, Allow BackColor Override - A disabled or locked control uses the same background color as a disabled or locked VB6 edit control. The BackColor and BackColorInvalid properties are honored. |
The ThemeStyle property defines the theme style of the control (if UseThemes enabled).
This property only takes effect if Windows themes are used and the UseThemes property is set to True.
See Also SftMask Object | Object Hierarchy