RibbonTabHeader.IsRibbonTabSelected Property
Gets a value that indicates whether the tab that this header belongs to is selected.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property IsRibbonTabSelected As Boolean
public bool IsRibbonTabSelected { get; internal set; }
public:
property bool IsRibbonTabSelected {
bool get ();
internal: void set (bool value);
}
member IsRibbonTabSelected : bool with get, internal set
function get IsRibbonTabSelected () : boolean
internal function set IsRibbonTabSelected (value : boolean)
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 Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.