Class
OverflowMenu

Represents a custom context menu control for the overflow items and OfficeNavigationBarDialog item of a RadOfficeNavigationBar.

Definition

Namespace:Telerik.Windows.Controls.OfficeNavigationBar

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class OverflowMenu : RadContextMenu

Inheritance: objectMenuBaseRadContextMenuOverflowMenu

Inherited Members RadContextMenu.AttachOnHandledEventsPropertyRadContextMenu.IsOpenPropertyRadContextMenu.StaysOpenPropertyRadContextMenu.PlacementRectanglePropertyRadContextMenu.PlacementTargetPropertyRadContextMenu.PlacementPropertyRadContextMenu.HorizontalOffsetPropertyRadContextMenu.VerticalOffsetPropertyRadContextMenu.ModifierKeyPropertyRadContextMenu.RestoreFocusToTargetElementPropertyRadContextMenu.ShowKeyboardCuesOnOpenPropertyRadContextMenu.EventNamePropertyRadContextMenu.InheritDataContextPropertyRadContextMenu.ContextMenuPropertyRadContextMenu.ClosedEventRadContextMenu.OpenedEventRadContextMenu.OpeningEventRadContextMenu.UIElementPropertyRadContextMenu.GetContextMenu(FrameworkElement)RadContextMenu.SetContextMenu(FrameworkElement, RadContextMenu)RadContextMenu.GetClickedElement<T>()RadContextMenu.OnKeyUp(KeyEventArgs)RadContextMenu.OnKeyDown(KeyEventArgs)RadContextMenu.OnCreateAutomationPeer()RadContextMenu.MousePositionRadContextMenu.AttachOnHandledEventsRadContextMenu.EventNameRadContextMenu.HorizontalOffsetRadContextMenu.IsOpenRadContextMenu.ModifierKeyRadContextMenu.PlacementRadContextMenu.PlacementRectangleRadContextMenu.StaysOpenRadContextMenu.VerticalOffsetRadContextMenu.InheritDataContextRadContextMenu.PlacementTargetRadContextMenu.UIElementRadContextMenu.RestoreFocusToTargetElementRadContextMenu.ShowKeyboardCuesOnOpenRadContextMenu.HandlesScrollingRadContextMenu.OpeningRadContextMenu.ClosedRadContextMenu.OpenedMenuBase.ItemContainerTemplateSelectorPropertyMenuBase.IconColumnWidthPropertyMenuBase.ClickToOpenPropertyMenuBase.ShowDelayPropertyMenuBase.HideDelayPropertyMenuBase.NotifyOnHeaderClickPropertyMenuBase.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)MenuBase.GetContainerForItemOverride()MenuBase.IsItemItsOwnContainerOverride(object)MenuBase.IsItemItsOwnContainerProtected(object)MenuBase.OnItemClick(RadRoutedEventArgs)MenuBase.OnLoaded(RoutedEventArgs)MenuBase.NotifyOnHeaderClickMenuBase.ClickToOpenMenuBase.IconColumnWidthMenuBase.ShowDelayMenuBase.HideDelayMenuBase.ItemContainerTemplateSelectorMenuBase.ItemClick

Constructors

OverflowMenu()

Declaration

cs-api-definition
public OverflowMenu()

Methods

ClearContainerForItemOverride(DependencyObject, object)

When overridden in a derived class, undoes the effects of the method.

Declaration

cs-api-definition
protected override void ClearContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

The container element.

item

object

The Item.

Overrides RadContextMenu.ClearContainerForItemOverride(DependencyObject, object)

OnApplyTemplate()

Provides the logic required when applying the template of the OverflowMenu control.

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadContextMenu.OnApplyTemplate()

OnClosed(RadRoutedEventArgs)

Called when the Closed event occurs.

Declaration

cs-api-definition
protected override void OnClosed(RadRoutedEventArgs e)

Parameters

e

RadRoutedEventArgs

Overrides RadContextMenu.OnClosed(RadRoutedEventArgs)

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadContextMenu.OnInitialized(EventArgs)

OnOpened(RadRoutedEventArgs)

Called when the Opened event occurs.

Declaration

cs-api-definition
protected override void OnOpened(RadRoutedEventArgs e)

Parameters

e

RadRoutedEventArgs

Overrides RadContextMenu.OnOpened(RadRoutedEventArgs)

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

Element used to display the specified item.

item

object

Specified item.

Overrides RadContextMenu.PrepareContainerForItemOverride(DependencyObject, object)