MenuBase.Context Property

Gets the current editing context.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Property Context As EditingContext
    Get
    Friend Set
public EditingContext Context { get; internal set; }
public:
property EditingContext^ Context {
    EditingContext^ get ();
    internal: void set (EditingContext^ value);
}
member Context : EditingContext with get, internal set
function get Context () : EditingContext
internal function set Context (value : EditingContext)

Property Value

Type: Microsoft.Windows.Design.EditingContext
An EditingContext for the current context or nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

MenuBase Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility