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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace