ContextMenu Constructors
Represents a flyout menu that can be attached to any visual element.Name | Parameters | Description |
---|---|---|
ContextMenu() | none | Initializes a new instance of the ContextMenu class with the default settings. |
ContextMenu(FrameworkElement, Boolean) | target, useInternalEventHandlers | |
ContextMenu(FrameworkElement) | target | Initializes a new instance of the ContextMenu class with the specified settings. |
See Also