In This Article

ActiproSoftware.Windows.Controls.Ribbon.Input Namespace

Classes

BrushValueCommandParameter

Provides an implementation of the IValueCommandParameter interface that is typecast to a Brush.

CheckableCommandParameter

Provides an implementation of the ICheckableCommandParameter interface.

DoubleValueCommandParameter

Provides an implementation of the IValueCommandParameter interface that is typecast to a double.

FontFamilyValueCommandParameter

Provides an implementation of the IValueCommandParameter interface that is typecast to a FontFamily.

ObjectValueCommandParameter

Provides an implementation of the IValueCommandParameter interface that is typecast to an object.

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 IValueCommandParameter interface that is typecast to a string.

ValueCommandParameter<T>

Provides an implementation of the IValueCommandParameter interface.

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 IValueCommandParameter.