ColorComboBox CodeSample - Populating the Items collection
Categories: Selection
|
Tags: Developers, Data Binding, 1. Beginner, 2. Intermediate, Data Binding, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
Revision:
1
Posted:
20/Sep/2009
Updated:
30/Aug/2010
Status:
Publish
Types: Code
|
This article will have a few sections added to it soon, based on the following article type skeleton: CodeSample OverviewA very simple example on how to manually populate the Items collection of ColorComboBox VB.NET Code
ColorComboBox1.Items.Add(System.Drawing.Color.AliceBlue)
ColorComboBox1.Items.Add(System.Drawing.Color.Aqua)
C# Code
this.ColorComboBox1.Items.Add(System.Drawing.Color.AliceBlue);
this.ColorComboBox1.Items.Add(System.Drawing.Color.Aqua);
About the author
Related Articles
|
Selection
|
|
|
Tags:
Developers, Data Binding, Navigation, 1. Beginner, 2. Intermediate, Data Binding, Navigation, ASP.NET, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Control of a combobox with a checked list and a tree.
Tags:
Developers, Navigation, 2. Intermediate, 3. Advanced, Customization, Layouting, Navigation, Pre v6.3, v6.3, v6.4 and Later
|
|
|
This code demonstrates the usage of the different AutoCompleteMode values property of ComboBox control
Tags:
Developers, Data Binding, Navigation, 1. Beginner, 2. Intermediate, 3. Advanced, Navigation, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, Data Binding, Windows & Dialogs, 1. Beginner, 2. Intermediate, Customization, Data Binding, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Tags:
Architects, Developers, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, 1. Beginner, 2. Intermediate, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
|