SpeakComputers.com
Home
Software
Electronics
Desktop Computers
Laptops
Games
Handheld Devices
Mobile Phones
Cameras
Camcorders
Printers
Books
Software Downloads 2012 Software Mac Software Security Student Editions Windows 7 Office 2010
ASP.NET C# VB.NET C++ .NET Infragistics DevComponents

UltraOptionSet Control.

The Infragistics UltraOptionSet control offers all the functionality as the RadioButton control with many great features. The UltraOptionSet is pre-wrapped in a group type control which is fully customizable from Style, option collections, events and appearance.

 
Namespace: Infragistics.Win.UltraWinEditors
Assembly: Infragistics2.Win.UltraWinEditors.v6.3.dll

using Infragistics.Win.UltraWinEditors;
Calling: Infragistics.Win.UltraWinEditors.UltraOptionSet
Creating a new Infragistics.Win.UltraWinEditors.UltraOptionSet control.
Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();

Adding the UltraOptionSet control to a Windows form.
this.Controls.Add(ultraOptionSet1);

Adding ValueListItems to the UltraOptionSet.
Infragistics.Win.ValueListItem vi = new Infragistics.Win.ValueListItem("Fruit", "Pears"); ultraOptionSet1.Items.Add(vi);

Creating a ValueChanged event for the UltraOptionSet.
ultraOptionSet1.ValueChanged+=new EventHandler(ultraOptionSet1_ValueChanged);

Responding to the ValueChanged event.
private void ultraOptionSet1_ValueChanged(object sender, EventArgs e)
{
MessageBox.Show(ultraOptionSet1.ValueList.SelectedItem.ToString());
//Displays the display text of the item.
}

The BackHatchStyle allows the interface developer to explore his/hers creativity.

Computer Security
AntiVirus Software
Internet Security
Parental Controls
Backup & Recovery
Computer Protection
Anti Malware
Photo & Video
Photo & Video Editing
Video Music
Desktop Publishing
Professional Design
Home Publishing
Clipart
Business & Accounting
Accounting
Payroll
Check Printing
TAX
H&R Block
Microsoft Office
Design
Graphic Design
Home Design
Garden Design
Interior Design
Computer Aided Design
3D Design
Students & Teacher
Adobe
Microsoft Office
Dragon Naturally Speaking
Corel Draw
Serif
Student/Teacher Software
Copy Right 2006 SpeakComputers.com - All Rights Reserved.
Home About Privacy Policy Resouces