RibbonContextualTab.IsVisible-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft einen Wert ab (bzw. legt diesen fest), der angibt, ob die Registerkarte sichtbar ist.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property IsVisible As Boolean
Get
Set
'Usage
Dim instance As RibbonContextualTab
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
public:
property bool IsVisible {
bool get ();
void set (bool value);
}
member IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true , wenn die Kontextregisterkarte sichtbar ist, andernfalls false.