RibbonTabHeader::ContextualTabGroup Property

.NET Framework (current version)
 

Gets a reference to the RibbonContextualTabGroup that this control belongs to.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property RibbonContextualTabGroup^ ContextualTabGroup {
	RibbonContextualTabGroup^ get();
	private: void set(RibbonContextualTabGroup^ value);
}

Property Value

Type: System.Windows.Controls.Ribbon::RibbonContextualTabGroup^

The contextual tab group that the tab for this header is in; or null if the tab is not in a contextual tab group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Identifier field

ContextualTabGroupProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: