SPRibbon.MakeRTEContextualTabsAvailable method

Causes the ribbon tabs that are used by the in-page Rich Text Editor (RTE) to be made available on the page that is being rendered, so that they can be shown on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub MakeRTEContextualTabsAvailable ( _
    visibilityContext As String _
)
'Usage
Dim instance As SPRibbon
Dim visibilityContext As String

instance.MakeRTEContextualTabsAvailable(visibilityContext)
public void MakeRTEContextualTabsAvailable(
    string visibilityContext
)

Parameters

  • visibilityContext
    Type: System.String

    A string that represents the visibility context for the ribbon tabs.

Remarks

Some ribbon tabs might be contextual tabs that are not visible by default, but they are still available so that the application can make them visible when they are needed.

See also

Reference

SPRibbon class

SPRibbon members

Microsoft.SharePoint.WebControls namespace