RibbonTabHeader::IsRibbonTabSelected Property

.NET Framework (current version)
 

Gets a value that indicates whether the tab that this header belongs to is selected.

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

public:
property bool IsRibbonTabSelected {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

true if the tab that this header belongs to is selected; 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: