New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.OutlookBar

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[Themable]
public class MinimizedOutlookBarArea : ListBox

Inheritance: objectMinimizedOutlookBarArea

Constructors

Initializes a new instance of the MinimizedOutlookBarArea class.

C#
public MinimizedOutlookBarArea()

Methods

Undoes the effects of the method.

C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

The container element.

itemobject

The item.

Creates or identifies the element used to display a specified item.

C#
protected override DependencyObject GetContainerForItemOverride()
Returns:

DependencyObject

A .

Determines if the specified item is (or is eligible to be) its own container.

C#
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters:itemobject

The item to check.

Returns:

bool

True if the item is (or is eligible to be) its own container; otherwise, false.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Provides handling for the event that occurs when a key is pressed while the control has focus.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The event data.

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

The element used to display the specified item.

itemobject

The item to display.