Class
DesktopProgressBar

Represents progress bar control.

Definition

Constructors

DesktopProgressBar()

Declaration

cs-api-definition
public DesktopProgressBar()

Properties

Maximum

Maximum allowed value.

Declaration

cs-api-definition
public double Maximum { get; }

Property Value

double

Minimum

Minimum allowed value.

Declaration

cs-api-definition
public double Minimum { get; }

Property Value

double

Value

Current value of progress bar.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Methods

InitControl(DesktopElement)

Initialize desktop control.

Declaration

cs-api-definition
protected override void InitControl(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Overrides DesktopControl.InitControl(DesktopElement)