Custom Controls
Actipro Ribbon has been designed so that nearly any control can be used within the Ribbon itself, in ribbon menus, or in popups.
We will use the term "custom control" to mean any non-ribbon control.
This could be a UserControl, any native WPF control, or any control from a third-party.
The Custom Theme menu button is pressed displaying a custom color picker control in its popup
In the screenshot above, a popup button has a UserControl child that is used in its popup.
The UserControl contains the color picker UI.
The Actipro WPF Shared Library contains the core SpectrumColorPicker control displayed in this screenshot
and the full source for the color picker UserControl that uses the SpectrumColorPicker control.
This control is free for use by any developer who owns a developer license for Ribbon or one of our other WPF controls.
A MediaElement hosted directly in a ribbon group and controlled by the ribbon buttons next to it
|