Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ProgressBarPartClass Constructor

Initializes a new instance of the ProgressBarPartClass class.

Class: ProgressBarPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

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 )

Parameters

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

Comments

Initializes a new instance of the ProgressBarPartClass class.

See Also ProgressBarPartClass Class | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.