[]
        
(Showing Draft Content)

C1.WPF.Toolbar.C1Toolbar

C1Toolbar Class

C1Toolbar control represents a toolbar that contains the controls consolidated in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.

Namespace: C1.WPF.Toolbar
Assembly: C1.WPF.Toolbar.4.6.2.dll
Syntax
public class C1Toolbar : C1ToolbarBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, ISimplifiedToolbar

Constructors

Name Description
C1Toolbar()

Initializes a new instance of a C1Toolbar.

Fields

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.

Properties

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.

Methods

Name Description
OnApplyTemplate()

Called when applying template.

PrepareContainerForItemOverride(DependencyObject, object)

Prepares item container.

Toggle()

Toggle toolbar content.

Events

Name Description
HelpClick

Fires when help buttom is clicked.