BreadcrumbBar Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:Microsoft.SDK.Samples.VistaBridge.Library.BreadcrumbBar]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class BreadcrumbBar : ItemsControl
Visual Basic (Declaration)
Public Class BreadcrumbBar _
	Inherits ItemsControl
Visual C++
public ref class BreadcrumbBar : public ItemsControl

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
              System.Windows.Controls..::.ItemsControl
                Microsoft.SDK.Samples.VistaBridge.Library..::.BreadcrumbBar

See Also