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 control's border look.
Get
VB.NET | Type = object.Appearance As Short |
VB | Type = object.Appearance As Integer |
C#.NET | short Type = object.Appearance; |
VC++ | short Type = object->Appearance; short Type = object->GetAppearance(); |
C | HRESULT object->get_Appearance(short* Type); |
Put
VB.NET | object.Appearance = Type As Short |
VB | object.Appearance = Type As Integer |
C#.NET | short object.Appearance = Type; |
VC++ | short object->Appearance = Type; void object->PutAppearance(short Type); |
C | HRESULT object->put_Appearance(short Type); |
object
Type
Defines the control's border look.
Type | Description |
---|---|
0 | Flat, without visual effects. |
1 | Paints the control border with three dimensional effects. |
The Appearance property defines the control's border look.
The Appearance property affects the border drawn around the control. If the BorderStyle property defines a border, the Appearance property will cause it to be painted using a 3D effect.
If Windows themes are used, this property will cause a border to be displayed (if set to 1), rendered using the current theme's style.
This property is read/only at run-time.
See Also SftDirectory Object | Object Hierarchy