Click or drag to resize
DigitalRuneUIControlContextMenu Property
Gets or sets the context menu that should pop up when the control is right-clicked (tap-and-hold on Windows Phone 7).

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public ContextMenu ContextMenu { get; set; }

Property Value

Type: ContextMenu
The context menu. The default is .
See Also