|
|
|
|
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.
|
|
|
|
|