UltraLabel Control.
The Infragistics UltraLabel control offers all the same features and more. Inner
and Outer BorderStyles including rounded borders, HotTracking and HotTracking appearance.

Namespace: Infragistics.Win.Misc
Assembly: Infragistics2.Win.Misc.v6.3.dll
using Infragistics.Win.Misc;
Calling: Infragistics.Win.Misc.UltraLabel
Creating a new Infragistics.Win.Misc.UltraLabel control.
Infragistics.Win.Misc.UltraLabel ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
Adding the ultraLabel control to a Windows form.
this.Controls.Add(ultraLabel1);
Assigning text value to the ultraLabel control.
ultraLabel.Text = "DotNet Controls";
Using an image with the UltraLabel control.
ultraLabel1.Appearance.Image = Image.FromFile(@"c:\Icons\helloworld.gif");
Use the BorderStyleInner and BorderStyleOuter properties to create beautiful instructional
labels.

|
|