ClassMinimizedOutlookBarArea
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
MinimizedOutlookBarArea()
Initializes a new instance of the MinimizedOutlookBarArea class.
Declaration
public MinimizedOutlookBarArea()
Methods
ClearContainerForItemOverride(DependencyObject, object)
Undoes the effects of the method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
The container element.
item
The item.
GetContainerForItemOverride()
Creates or identifies the element used to display a specified item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
A .
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnKeyDown(KeyEventArgs)
Provides handling for the event that occurs when a key is pressed while the control has focus.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
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
element
DependencyObject
The element used to display the specified item.
item
The item to display.