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

BubbleBar, DevComponents.

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

Creating a new DotNetBar BubbleBar.

DevComponents.DotNetBar.BubbleBar BBar = new DevComponents.DotNetBar.BubbleBar();
BBar.Dock = DockStyle.Bottom;
DevComponents.DotNetBar.BubbleBarTab Btab = new DevComponents.DotNetBar.BubbleBarTab();
Btab.Text = "Tab One";
Btab.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
BBar.Tabs.Add(Btab);
DevComponents.DotNetBar.BubbleButton Bitem = new DevComponents.DotNetBar.BubbleButton();
Bitem.Image = global ::WindowsApplication2.Properties.Resources._001_folder1;
Btab.Buttons.Add(Bitem);
BBar.Size = new Size(200, 100);
this.Controls.Add(BBar);

Screenshots - BubbleBar, DevComponents.

BubbleBar examples from the DevComponents Windows Forms Programming control set.

Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.