Ribbon.IsHostedInRibbonWindow Property

Definition

Gets a value that indicates whether the Ribbon is currently hosted in a RibbonWindow.

public:
 property bool IsHostedInRibbonWindow { bool get(); };
public bool IsHostedInRibbonWindow { get; }
member this.IsHostedInRibbonWindow : bool
Public ReadOnly Property IsHostedInRibbonWindow As Boolean

Property Value

true if the Ribbon is hosted in a RibbonWindow; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field IsHostedInRibbonWindowProperty
Metadata properties set to true None

Applies to