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

NavigationPane Control, DevComponents.

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

DevComponents.DotNetBar.NavigationPane nPane = new DevComponents.DotNetBar.NavigationPane();
nPane.Size = new Size(200, 400);
nPane.Location = new Point(0, 0);
this.Controls.Add(nPane);

Creating a NavigationPane control.

DevComponents.DotNetBar.NavigationPane nPane = new DevComponents.DotNetBar.NavigationPane();
nPane.Size = new Size(200, 400);
nPane.Location = new Point(0, 0);
this.Controls.Add(nPane);

Changing the style of the NavigationPane. Builtin styles include: Office 2000, Office 2003, Office 2007, Windows XP, Visual Studio.

nPane.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;

Screenshots - NavigationPane, DevComponents.

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

Copy Right 2006 SpeakComputers.com - All Rights Reserved.