[]
C1Toolbar control represents a toolbar that contains the controls consolidated in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.
public class C1Toolbar : C1ToolbarBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, ISimplifiedToolbar
| Name | Description |
|---|---|
| C1Toolbar() | Initializes a new instance of a C1Toolbar. |
| Name | Description |
|---|---|
| FocusBrushProperty | Identifies the FocusBrush dependency property. |
| MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
| PressedBrushProperty | Identifies the PressedBrush dependency property. |
| ShowCollapseButtonProperty | Identifies the ShowCollapseButton dependency property. |
| ShowHelpButtonProperty | Identifies the ShowHelpButton dependency property. |
| TabItemsSourceProperty | |
| ToolbarGroupStyleProperty | Identifies the ToolbarGroupStyle dependency property. |
| ToolbarTabStyleProperty | Identifies the ToolbarTabStyle dependency property. |
| Name | Description |
|---|---|
| FocusBrush | Gets or sets the Brush used to highlight the focused control. |
| MouseOverBrush | Gets or sets the Brush used to highlight the control when it has the mouse over. |
| PressedBrush | Gets or sets the Brush used to paint a button when it is pressed. |
| ShowCollapseButton | Gets or sets the collapse button visibility |
| ShowHelpButton | Gets or sets the help button visibility |
| ToolbarGroupStyle | Gets or set the toolbar group style. |
| ToolbarItems | Gets the collection of toolbar items. |
| ToolbarItemsSource | |
| ToolbarTabStyle | Gets or sets the toolbar tab control style. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Called when applying template. |
| PrepareContainerForItemOverride(DependencyObject, object) | Prepares item container. |
| Toggle() | Toggle toolbar content. |
| Name | Description |
|---|---|
| HelpClick | Fires when help buttom is clicked. |