FrameworkContentElement::ContextMenu Property
.NET Framework (current version)
Gets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ContextMenu^ ContextMenu { ContextMenu^ get(); void set(ContextMenu^ value); }
The following example places a ContextMenu on a Paragraph.
<Paragraph>Lorem ipsum etc. <Paragraph.ContextMenu> <ContextMenu Name="cm"> <MenuItem Header="Edit"/> <MenuItem Header="Print"/> </ContextMenu> </Paragraph.ContextMenu> </Paragraph>
.NET Framework
Available since 3.0
Available since 3.0
Show: