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 gradient fill orientation.
Get
| VB.NET | Style = object.ProgressColorOrientation As SftTreeOrientationDefaultConstants |
| VB | Style = object.ProgressColorOrientation As SftTreeOrientationDefaultConstants |
| C#.NET | SftTreeOrientationDefaultConstants Style = object.ProgressColorOrientation; |
| VC++ | enum SftTreeOrientationDefaultConstants Style = object->ProgressColorOrientation; enum SftTreeOrientationDefaultConstants Style = object->GetProgressColorOrientation(); |
| C | HRESULT object->get_ProgressColorOrientation(enum SftTreeOrientationDefaultConstants* Style); |
Put
| VB.NET | object.ProgressColorOrientation = Style As SftTreeOrientationDefaultConstants |
| VB | object.ProgressColorOrientation = Style As SftTreeOrientationDefaultConstants |
| C#.NET | SftTreeOrientationDefaultConstants object.ProgressColorOrientation = Style; |
| VC++ | enum SftTreeOrientationDefaultConstants object->ProgressColorOrientation = Style; void object->PutProgressColorOrientation(enum SftTreeOrientationDefaultConstants Style); |
| C | HRESULT object->put_ProgressColorOrientation(enum SftTreeOrientationDefaultConstants Style); |
object
A SftTreeCell object.
Defines the progress bar's gradient fill orientation.
| Name | Value | Description |
|---|---|---|
| defaultOrientationSftTree | -1 | (Default) - The default orientation defined using Column.ProgressColorOrientation is used. |
| horizontalDefaultOrientationSftTree | 0 | Horizontal - The gradient fill orientation is horizontal, starting at the left using Cell.ProgressColor and ending at the right edge of the cell using Cell.ProgressColorEnd (reversed when using RightToLeft rendering). |
| verticalDefaultOrientationSftTree | 1 | Vertical - The gradient fill orientation is vertical, starting at the top using Cell.ProgressColor and ending at the bottom using Cell.ProgressColorEnd. |
The ProgressColorOrientation property defines the progress bar's gradient fill orientation.
A progress bar is only shown for the cell if its Cell.ProgressMax property is set to a value other than 0.
See Also SftTreeCell Object | Object Hierarchy
