# Toolbar Button

## Content



The [C1ToolBarButton](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.html) object defines a toolbar button. A button can include text, image, or text and an image. Set text with the [C1ToolBarButton.LabelTitle](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.LabelTitle.html) property, and an image with the **LargeImageSource** or **SmallImageSource** property for each **C1ToolBarButton** object.

The buttons can be added at design time using the **C1ToolbarItems** collection editor, programmatically using **C1ToolBarItemCollection.Add** or **C1ToolBarItemCollection.Remove** methods from the **C1ToolBarItemCollection** collection, or through XAML code.

The **C1ToolBarButton** includes the following unique properties:

|   **Property**   |   **Definition**   |
| --- | --- |
|   [LabelTitle](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.LabelTitle.html)   |   Gets or sets the label title of control.   |
|   [LargeImageSource](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.LargeImageSource.html)   |   Gets or sets the large image source of the control.   |
|   [MouseOverBrush](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.MouseOverBrush.html)   |   Gets or sets the Brush used to highlight the control when it has the mouse over   |
|   [PressedBrush](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.PressedBrush.html)   |   Gets or sets the Brush used to paint a button when it is pressed.   |
|   [SmallImageSource](/componentone/api/wpf/online-toolbar/dotnet-framework-api/C1.WPF.Toolbar.4.6.2/C1.WPF.Toolbar.C1ToolbarButton.SmallImageSource.html)   |   Gets or sets the large image source of the control.   |