Ribbon.DisabledVisibilityContexts property

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

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

Syntax

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

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

Property value

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

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace