SpellCheckV4Action.GetRibbonTabIdsWhereConsoleActionIsShown Method

Gets a list of Ribbon tabs.

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

Syntax

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

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

Return Value

Type: []
If the ribbon tabs are currently shown, then this console action will be active on this page. For the SpellCheckV4Action, the Format Text tab or the list form ribbon tab must be present on the page to be active.

See Also

Reference

SpellCheckV4Action Class

SpellCheckV4Action Members

Microsoft.SharePoint.Publishing.WebControls Namespace