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

Reflection Image and Label, DevComponents.

Reflection Image.

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

Creating a reflection image control.

DevComponents.DotNetBar.Controls.ReflectionImage RImage = new DevComponents.DotNetBar.Controls.ReflectionImage();
RImage.Location = new Point(0, 0);
RImage.Size = new Size(300, 300);
RImage.Image = global ::WindowsApplication2.Properties.Resources.Acer9810;
this.Controls.Add(RImage);

Reflection Label.

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

Creating the Reflection Label control.

DevComponents.DotNetBar.Controls.ReflectionLabel RLabel = new DevComponents.DotNetBar.Controls.ReflectionLabel();
RLabel.Location = new Point(0, 0);
RLabel.Size = new Size(300, 300);
RLabel.Text = "Reflection Iamge";
this.Controls.Add(RLabel);

Screenshots - Reflection, DevComponents.

Reflection Image and Label examples from the DevComponents Windows Forms Programming control set.
Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.