ToolBars Property (WPFToolBarTray)

Action

Gets the collection of ToolBar elements in the ToolBarTray.

Syntax

C#
protected List(Of WPFToolBar) ToolBars { get; }
VB
'Declaration
Protected Read Property ToolBars As List(Of WPFToolBar)

Access

Read only.