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

DotNetBar, DevComponents

This Control creates the menu, toolbar, Status bar and popup menu structure for the Windows form.

Namespace: DevComponents.DotNetBar
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar;
Declaring: DevComponents.DotNetBar.Bar();

Creating a new DotNetBar StatusBar.

DevComponents.DotNetBar.Bar bar = new DevComponents.DotNetBar.Bar();
bar.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
bar.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
bar.Dock = System.Windows.Forms.DockStyle.Bottom;
bar.Size = new Size(200, 20);
this.Controls.Add(bar);

Screenshots - DotNetBar, DevComponents.

DotNetbar examples from the DevComponents Windows Forms Programming control set.



Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.