ArcGIS API for WPF - Library Reference
Toolbar Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : Toolbar Class

Note: This API is now obsolete. Please use a Panel or other container control, such as a StackPanel or Grid.

A Widget used to represent a Toolbar. This control has been deprecated to encourage effective use of container controls in the core platform which are designed to layout framework elements in an application. For example, if a panel of tools is necessary in an application, use the StackPanel to organize Buttons or other controls that initiate actions.

Object Model

Toolbar ClassToolbarItemCollection ClassToolbarItem Class

Syntax

Visual Basic (Declaration) 
Public Class Toolbar 
   Inherits System.Windows.Controls.Control
C# 
public class Toolbar : System.Windows.Controls.Control 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     ESRI.ArcGIS.Client.Toolkit.Toolbar

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.