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 appearance of all items.
Get
VB.NET | Style = object.Appearance As Short |
VB | Style = object.Appearance As Integer |
C#.NET | short Style = object.Appearance; |
VC++ | short Style = object->Appearance; short Style = object->GetAppearance(); |
C | HRESULT object->get_Appearance(short* Style); |
Put
VB.NET | object.Appearance = Style As Short |
VB | object.Appearance = Style As Integer |
C#.NET | short object.Appearance = Style; |
VC++ | short object->Appearance = Style; void object->PutAppearance(short Style); |
C | HRESULT object->put_Appearance(short Style); |
object
Style
Defines the appearance of all items.
Value | Description |
---|---|
0 | Flat, without visual effects. |
1 | Items are rendered using a 3D effect using the colors defined using Items.HilightColor and Items.ShadowColor. |
The Appearance property defines the appearance of all items.
If 3D rendering is chosen, the color properties Items.HilightColor and Items.ShadowColor are used to display dark and highlighted edges around the items. The Items.BackColor and Items.ForeColor properties are automatically updated with default values.
See Also SftBoxItems Object | Object Hierarchy