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