RibbonBase.Context Property

Definition

Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon.

public object Context { get; }

Property Value

Object

An Object that represents the Inspector window or Explorer window that is associated with this RibbonBase object.

Remarks

In Outlook, this property refers to the Inspector window or Explorer window in which this RibbonBase is displayed.

In all other Office projects, this property returns null.

Applies to