RibbonTabHeader::IsContextualTab Property

.NET Framework (current version)
 

Gets a value that indicates whether this header is for a tab in a RibbonContextualTabGroup.

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

public:
property bool IsContextualTab {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if this header is for a tab in a RibbonContextualTabGroup; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

.NET Framework
Available since 4.5
Return to top
Show: