ClassOverflowMenu
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
OverflowMenu()
Declaration
public OverflowMenu()
Methods
ClearContainerForItemOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
The container element.
item
The Item.
Overrides
OnApplyTemplate()
Provides the logic required when applying the template of the OverflowMenu control.
Declaration
public override void OnApplyTemplate()
Overrides
OnClosed(RadRoutedEventArgs)
Called when the Closed event occurs.
Declaration
protected override void OnClosed(RadRoutedEventArgs e)
Parameters
e
Overrides
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.
Overrides
OnOpened(RadRoutedEventArgs)
Called when the Opened event occurs.
Declaration
protected override void OnOpened(RadRoutedEventArgs e)
Parameters
e
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
Overrides