SpeakComputers.com online store
Electronics Software Computers Handhelds Laptops and Tablets Mobile Phones Digital Cameras Camcorders Games Music Books Sport Mens and Womens Watches Power Tools Household appliances

PRODUCTS

Software Downloads 2012 Software Mac Software Security Student Editions Windows 7 Office 2010

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.

ProgressBarX examples from the DevComponents Windows Forms Programming control set.
Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.