Xceed SmartUI Documentation
PropertyList Examples
Examples > PropertyList Examples

Xceed SmartUI lets you implement the useful PropertyLists. This allows you to mimic the VB properties Objects.

Example

This example shows a SmartUI containing PropertyGroup, PropertyCombo, PropertyColor, and PropertyEdit SmartItems.

This SmartUI:

Now let's have a more detailed look at the SmartItems.

This SmartUI contains:

Each PropertyCombo has a collection of SubItems, which are ListItemFullRow SmartItems: "True" and "False", or "100 - ToolDefault".

We may also have added a PropertyLabel,  a PropertyBrowse, or a PropertyComboEdit SmartItem.

Remarks

Of course, you can customize each item with Bold, HotBold, Underline, HotUnderline, Italic, HotItalic, ForeColor, HotForeColor, Image, HotImage, and so on. Besides, as all those SmartItems can have the Focus, you can specify SelectedBold, SelectedUnderline, SelectedItalic, SelectedImage, and even HotTrackSelect Properties.

And as incredible as it may seem, this SmartUI remains a windowless control!

See Also

ListBoxes, MenuBars, ToolBars, StatusBars, OutlookBars or ViewBars, TreeViews, OptionLists, PropertyToolBoxes, Tabstrips

For more information on PropertyLists, you can see the Lesson 11.