| 
 | 
 | 
 | 
| SftTreeColumn.ProgressStyle Property | 
Defines the default progress bar appearance for cells in this column.
Syntax
| VB.NET | Style = object.ProgressStyle As SftTreeProgressStyleConstants | ||
| VB | Style = object.ProgressStyle As SftTreeProgressStyleConstants | ||
| C#.NET | SftTreeProgressStyleConstants Style = object.ProgressStyle; | ||
| VC++ | enum SftTreeProgressStyleConstants
      Style = object->ProgressStyle; | ||
| C | HRESULT object->get_ProgressStyle(enum SftTreeProgressStyleConstants* Style); | ||
| Delphi | Style := object.ProgressStyle : TOleEnum; | ||
| VB.NET | object.ProgressStyle = Style As SftTreeProgressStyleConstants | ||
| VB | object.ProgressStyle = Style As SftTreeProgressStyleConstants | ||
| C#.NET | SftTreeProgressStyleConstants object.ProgressStyle = Style; | ||
| VC++ | enum SftTreeProgressStyleConstants
      object->ProgressStyle = Style; | ||
| C | HRESULT object->put_ProgressStyle(enum SftTreeProgressStyleConstants Style); | ||
| Delphi | object.ProgressStyle := Style : TOleEnum; | ||
object
A SftTreeColumn object.
Style
Defines the default progress bar appearance for cells in this column.
| Name | Value | Description | 
| 0 | Full Size - The progress bar is rendered using the full height of a cell. | |
| 1 | Small - The progress bar is rendered vertically centered with a height of approximately 1/3 of the cell's height. | 
Comments
The ProgressStyle property defines the default progress bar appearance for cells in this column.
Cells can override the progress bar appearance using the Cell.ProgressStyle property.
A progress bar is only shown for a cell if its Cell.ProgressMax property is set to a value other than 0.
See Also SftTreeColumn Object | Object Hierarchy