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

LabelX, DevComponents.

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

Creating the LabelX control.

DevComponents.DotNetBar.LabelX labelX = new DevComponents.DotNetBar.LabelX();
labelX.Text = "DevComponenets";
labelX.Location = new Point(100, 100);
labelX.Size = new Size(120, 23);
this.Controls.Add(labelX);

Assigning an image to the LabelX control.

labelX.Image = global ::WindowsApplication2.Properties.Resources.applicationsIMAGE;

Changing the image position.

labelX.ImagePosition = DevComponents.DotNetBar.eImagePosition.Bottom;

Screenshots - LabelX, DevComponents.

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

Copy Right 2006 SpeakComputers.com - All Rights Reserved.