Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets a value indicating whether the contextual tab is visible.
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)
Property Value
Type: System.Boolean
true if the contextual tab is visible; otherwise, false.