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

ExpandablePanel, DevComponents.

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

GroupPanel, DevComponents.

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

PanelEx, DevComponents.

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

Creating a PanelEx control.

DevComponents.DotNetBar.PanelEx panelEX = new DevComponents.DotNetBar.PanelEx();
panelEX.Location = new Point(50, 50);
panelEX.Size = new Size(200, 120);
this.Controls.Add(panelEX);

Assigning a Office 2007 style to the PanelEx control.

panelEX.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
panelEX.Style.GradientAngle = 90;
panelEX.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
panelEX.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
panelEX.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
panelEX.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
panelEX.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;

Screenshots - Panel Controls, DevComponents.

Panel Controls, ExpandablePanel, GroupPanel, ItemPanel and PanelEx examples from the DevComponents Windows Forms Programming control set.

Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.