|
Ribbon Buttons
RibbonButtons corresponds directly to the commands you want to expose to your end-users. RibbonButtons can be hosted inside a RibbonBar or can be hosted inside the Application Menu.
RibbonButtons inside a RibbonBar
The RibbonButtons fully integrate with the WPF Command Framework. They expose a Command property where you can simply specify the command to invoke (Application or custom commands). You can also optionally use the CommandParameter and CommandTarget settings.
The RibbonButtons can be displayed in Large and Small button modes.
Large button modes
Small button modes
RibbonButtons can also be associated with Tooltips to provide the end-user more information regarding the underlying command when he mouse hovers on the button.
ToolTips
|
|
|
|