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:
public class OverflowMenu : RadContextMenu
Inheritance: objectMenuBaseRadContextMenuOverflowMenu
Inherited Members
Constructors
public OverflowMenu()
Methods
When overridden in a derived class, undoes the effects of the method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The container element.
itemobjectThe Item.
Overrides:
Provides the logic required when applying the template of the OverflowMenu control.
public override void OnApplyTemplate()
Overrides:
Called when the Closed event occurs.
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.
Overrides:
Called when the Opened event occurs.
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Overrides: