ProgressBarX, DevComponents.
Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.ProgressBarX();
Creating the ProgressBarX controls.
DevComponents.DotNetBar.Controls.ProgressBarX progressX = new DevComponents.DotNetBar.Controls.ProgressBarX();
progressX.Location = new Point(50, 50);
progressX.Size = new Size(120,23);
this.Controls.Add(progressX);
Assigning a value to the ProgressBarX control.
progressX.Value = 50;
Changing the style of the ProgressBarX control.
progressX.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
Screenshots - ProgressBarX, DevComponents.
|