Share via


RTEV4Action.GetRibbonTabIdsWhereConsoleActionIsShown Method

Gets a list of ribbon tabs for active console actions.

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

Syntax

'Declaration
Public Overrides Function GetRibbonTabIdsWhereConsoleActionIsShown As String()
'Usage
Dim instance As RTEV4Action
Dim returnValue As String()

returnValue = instance.GetRibbonTabIdsWhereConsoleActionIsShown()
public override string[] GetRibbonTabIdsWhereConsoleActionIsShown()

Return Value

Type: []
A Object object that represents a list of ribbon tabs.

Remarks

A list of ribbon tabs, if one of these is present on the page, this console action will be considered active. If the ribbon tabs present in this list are currently shown, then this console action will be active on this page. For the Format Text tab, the RTEV4Action must be present on the page to be active.

See Also

Reference

RTEV4Action Class

RTEV4Action Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace