Class ContextMenuEx
Implements an extended ContextMenu for the LayoutDocumentPaneControl.
public class ContextMenuEx : ContextMenu, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
ContextMenuEx
- Implements
- Inherited Members
- Extension Methods
Constructors
ContextMenuEx()
public ContextMenuEx()
Methods
GetContainerForItemOverride()
Creates or identifies the element used to display the specified item.
protected override DependencyObject GetContainerForItemOverride()
Returns
- DependencyObject
The element used to display the specified item.
OnOpened(RoutedEventArgs)
Called when the Opened event occurs.
protected override void OnOpened(RoutedEventArgs e)
Parameters
e
RoutedEventArgsThe event data for the Opened event.