Xceed SmartUI Documentation
Property ToolBox Examples
Examples > Property ToolBox Examples

Xceed SmartUI lets you create the very latest style, which appeared with Office 2000.

First Example

The first example shows a SmartUI containing GroupToolBox, ComboFlat, and EditFlat SmartItems.

This SmartUI:

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

This SmartUI contains following SmartItems:

"Hot" and "Appearance" have their Expanded property set to true (Expanded=True), whereas "Behavior" has its Expanded property set to False (Expanded=False).

All Items, except the GroupToolBox SmartItems (headers) have their Indent set to 1 (Indent=1).

Second Example

In the second example, we needed a specific input and thus have integrated an external object. 

This external Object (example VB MaskEdit control) is automatically moved or hidden, as needed, and is automatically integrated in the SmartUI, behaving exactly like a SmartItem. This means that he gets the Focus, when needed.

This example shows a SmartUI containing MenuSeparatorBar, EditFlat, ComboFlat, and MiscObjectFlat SmartItems.

This SmartUI:

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

This SmartUI contains:

Remarks

As you now can imagine, we could also have implemented 3D SmartObjects.

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, PropertyLists, Tabstrips

For more information on Property Toolboxes, you can see the Lesson 12 and Lesson 14.