RadControls for WPF

This class serves as a placeholder for a RadOutlookBarItem when it changes its position from the ActiveArea to the MinimizedArea.

Namespace: Telerik.Windows.Controls.OutlookBar
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class MinimizedOutlookBarArea : ListBox, 
	IThemable
Visual Basic
Public Class MinimizedOutlookBarArea _
	Inherits ListBox _
	Implements IThemable

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
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls..::..ListBox
                    Telerik.Windows.Controls.OutlookBar..::..MinimizedOutlookBarArea

See Also