SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - 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/OCX 8.0 (BETA) - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - 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/OCX 8.0 (BETA) - 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.
| Name | Value | Description |
|---|---|---|
| defaultProgressStyleSftTree | -1 | The progress bar's appearance is defined using the default setting for this cell's column (see Column.ProgressStyle). |
| fullsizeDefaultProgressStyleSftTree | 0 | Full Size - The progress bar is rendered using the full height of a cell. |
| smallDefaultProgressStyleSftTree | 1 | Small - The progress bar is rendered vertically centered with a height of approximately 1/3 of the cell's height. |
The ProgressStyle property defines the progress bar's appearance.
See Also SftTreeCell Object | Object Hierarchy
