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 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