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)
Available in Sandboxed Solutions: No
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.StringA 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.