Defines the default progress bar appearance for cells in this column.
Get
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; enum SftTreeProgressStyleConstants Style = object->GetProgressStyle(); |
C | HRESULT object->get_ProgressStyle(enum SftTreeProgressStyleConstants* Style); |
Put
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; void object->PutProgressStyle(enum SftTreeProgressStyleConstants Style); |
C | HRESULT object->put_ProgressStyle(enum SftTreeProgressStyleConstants Style); |
object
A SftTreeColumn object.
Style
Defines the default progress bar appearance for cells in this column.
Name | Value | Description |
---|---|---|
fullsizeProgressStyleSftTree | 0 | Full Size - The progress bar is rendered using the full height of a cell. |
smallProgressStyleSftTree | 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 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