| UIControlContextMenu 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public ContextMenu ContextMenu { get; set; }
Public Property ContextMenu As ContextMenu
Get
Set
public:
property ContextMenu^ ContextMenu {
ContextMenu^ get ();
void set (ContextMenu^ value);
}
member ContextMenu : ContextMenu with get, set
Property Value
Type:
ContextMenu
The context menu. The default is
.
See Also