# Commanding with C1Toolbar (WPF Tutorial)

## Content



**Toolbar for WPF** supports the command framework. Commands have several purposes in WPF. The primary purpose is to separate the object that invokes the command from the logic that executes the command. Commands allow loose coupling between the origin and the handling of an action.

The following tutorial demonstrates how to use **C1Toolbar** with commands in a WPF application.

## See Also

[Part 1: Using the Command Library](/componentone/docs/wpf/online-toolbar/Command/Part_1-_Using_the_Command_Library)

[Part 2: Creating Custom Commands](/componentone/docs/wpf/online-toolbar/Command/Part_2-_Creating_Custom_Commands)

[Part 3: Using Commands in MVVM](/componentone/docs/wpf/online-toolbar/Command/Part_3-_Using_Commands_in_MVVM)