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
Initializes a new instance of the ProgressBarPartClass class.
Class: ProgressBarPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public ProgressBarPartClass(); public ProgressBarPartClass( int Min, int Max, int Pos, int MinWidth, int MinHeight, GadgetAppearanceEnum Style, Color ProgressColor, Color ProgressColorEnd, LinearGradientMode GradientMode );
Public Sub New() Public Sub New( ByVal Min As Integer, ByVal Max As Integer, ByVal Pos As Integer, ByVal MinWidth As Integer, ByVal MinHeight As Integer, ByVal Style As GadgetAppearanceEnum, ByVal ProgressColor As Color, ByVal ProgressColorEnd As Color, ByVal GradientMode As LinearGradientMode )
Min
Defines the progressbar's minimum position value (ProgressBarPartClass.Min property).
Max
Defines the progressbar's maximum position value (ProgressBarPartClass.Max property).
Pos
Defines the progressbar's current position (ProgressBarPartClass.Value property).
MinWidth
Defines the progressbar's minimum width in pixels (ProgressBarPartClass.MinWidth property).
MinHeight
Defines the progressbar's minimum height in pixels (ProgressBarPartClass.MinHeight property).
Style
Defines the progressbar display style (ProgressBarPartClass.Appearance property).
ProgressColor
Defines the progressbar's starting color (ProgressBarPartClass.ProgressColor property).
ProgressColorEnd
Defines the progressbar's ending color (ProgressBarPartClass.ProgressColorEnd property).
GradientMode
Defines the progressbar's gradient fill mode (ProgressBarPartClass.GradientMode property).
Initializes a new instance of the ProgressBarPartClass class.
See Also ProgressBarPartClass Class | Classes | SftTree/NET 2.0