Version

StatusBarStyleKey Field

The key used to identify the style used for the System.Windows.Controls.Primitives.StatusBar.
Syntax
'Declaration
 
Public Shared ReadOnly StatusBarStyleKey As ResourceKey
public static readonly ResourceKey StatusBarStyleKey
Remarks

To style the StatusBar used in the bottom of the window place a Style in the Resources collection whose TargetType is set to System.Windows.Controls.Primitives.StatusBar and whose key is set to this key, e.g. Key="{x:Static igRibbon:RibbonWindowContentHost.StatusBarStyleKey}".

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also