Class MinimizedOutlookBarArea
This class serves as a placeholder for a RadOutlookBarItem when it changes its position from the ActiveArea to the MinimizedArea.
Inheritance
Namespace: Telerik.Windows.Controls.OutlookBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Themable]
public class MinimizedOutlookBarArea : ListBox, IThemable
Constructors
MinimizedOutlookBarArea()
Initializes a new instance of the MinimizedOutlookBarArea class.
Declaration
public MinimizedOutlookBarArea()
Methods
ClearContainerForItemOverride(DependencyObject, Object)
Undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The container element. |
System.Object
item
The item. |
GetContainerForItemOverride()
Creates or identifies the element used to display a specified item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
A System.Windows.Controls.ListBoxItem. |
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
True if the item is (or is eligible to be) its own container; otherwise, false. |
OnKeyDown(KeyEventArgs)
Provides handling for the System.Windows.UIElement.KeyDown event that occurs when a key is pressed while the control has focus.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
The event data. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The element used to display the specified item. |
System.Object
item
The item to display. |