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:
[Themable]
public class MinimizedOutlookBarArea : ListBox
Inheritance: objectMinimizedOutlookBarArea
Constructors
Initializes a new instance of the MinimizedOutlookBarArea class.
public MinimizedOutlookBarArea()
Methods
Undoes the effects of the method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The container element.
itemobjectThe item.
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element used to display a specified item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
A .
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Provides handling for the event that occurs when a key is pressed while the control has focus.
protected override void OnKeyDown(KeyEventArgs e)
The event data.
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
The element used to display the specified item.
itemobjectThe item to display.