OfficeRibbon.Context Property
Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon.
Namespace: Microsoft.Office.Tools.Ribbon
Assemblies: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
ReadOnly Property Context As Object
Object Context { get; }
Property Value
Type: System.Object
An Object that represents the Inspector window or Explorer window that is associated with this OfficeRibbon object.
Remarks
In Outlook, this property refers to the Inspector window or Explorer window in which this OfficeRibbon is displayed.
In all other Office projects, this property returns null.
.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.