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
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
SftTree/NET 2.0 - Tree Control
Defines the progress bar's appearance.
Get
| VB.NET | Style = object.ProgressStyle As SftTreeProgressStyleDefaultConstants |
| VB | Style = object.ProgressStyle As SftTreeProgressStyleDefaultConstants |
| C#.NET | SftTreeProgressStyleDefaultConstants Style = object.ProgressStyle; |
| VC++ | enum SftTreeProgressStyleDefaultConstants Style = object->ProgressStyle; enum SftTreeProgressStyleDefaultConstants Style = object->GetProgressStyle(); |
| C | HRESULT object->get_ProgressStyle(enum SftTreeProgressStyleDefaultConstants* Style); |
Put
| VB.NET | object.ProgressStyle = Style As SftTreeProgressStyleDefaultConstants |
| VB | object.ProgressStyle = Style As SftTreeProgressStyleDefaultConstants |
| C#.NET | SftTreeProgressStyleDefaultConstants object.ProgressStyle = Style; |
| VC++ | enum SftTreeProgressStyleDefaultConstants object->ProgressStyle = Style; void object->PutProgressStyle(enum SftTreeProgressStyleDefaultConstants Style); |
| C | HRESULT object->put_ProgressStyle(enum SftTreeProgressStyleDefaultConstants Style); |
object
A SftTreeCell object.
Defines the progress bar's appearance.
The ProgressStyle property defines the progress bar's appearance.
See Also SftTreeCell Object | Object Hierarchy
