Share via


Ribbon.EnabledVisibilityContexts Property

Gets the visibility contexts that have been enabled during page rendering.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected ReadOnly Property EnabledVisibilityContexts As Hashtable
    Get
'Usage
Dim value As Hashtable

value = Me.EnabledVisibilityContexts
protected Hashtable EnabledVisibilityContexts { get; }

Property Value

Type: System.Collections.Hashtable
The enabled visibility contexts.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace