ActiproSoftware.Windows.Controls.Ribbon.Input Namespace
Classes
BrushValueCommandParameter | Provides an implementation of the |
CheckableCommandParameter | Provides an implementation of the ICheckableCommandParameter interface. |
DoubleValueCommandParameter | Provides an implementation of the |
FontFamilyValueCommandParameter | Provides an implementation of the |
ObjectValueCommandParameter | Provides an implementation of the |
RibbonCommand | Defines an ICommand which is routed through the element tree and is suited for use with ribbon controls because of its IRibbonCommandUIProvider implementation. |
RibbonCommandUIManager | Manages the link between regular commands (that don't inherit RibbonCommand) and their IRibbonCommandUIProvider counterparts. |
RibbonCommandUIProvider | Defines an IRibbonCommandUIProvider implementation which can be registered for use with an ICommand via the Register(ICommand, IRibbonCommandUIProvider) method. |
RibbonCommands | Contains the built-in commands used for the Ribbon control. |
StringValueCommandParameter | Provides an implementation of the |
ValueCommandParameter<T> | Provides an implementation of the |
Interfaces
ICheckableCommandParameter | Provides the base requirements for the command parameter of a checkable control that specifies its checked state. |
IRibbonCommandUIProvider | Provides the core user interface data for all ribbon controls that use a certain command. |
IValueCommandParameter | Provides the base requirements for the command parameter of a control that specifies its value. |
Enums
ValueCommandParameterAction | Specifies the action of an |