RibbonTabHeader.IsContextualTab Property
Gets a value that indicates whether this header is for a tab in a RibbonContextualTabGroup.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property IsContextualTab As Boolean
public bool IsContextualTab { get; private set; }
public:
property bool IsContextualTab {
bool get ();
private: void set (bool value);
}
member IsContextualTab : bool with get, private set
function get IsContextualTab () : boolean
private function set IsContextualTab (value : boolean)
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 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.