ConsoleAction.ShouldRenderWithoutTabs method

Indicates that the console action should render without tabs.

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

Syntax

'Declaration
Protected Overridable Function ShouldRenderWithoutTabs As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.ShouldRenderWithoutTabs()
protected virtual bool ShouldRenderWithoutTabs()

Return value

Type: System.Boolean
true if the action is registered even when the ribbon tabs that are specified in GetRibbonTabIdsWhereConsoleActionIsShown are not available; otherwise, false.

Remarks

This method can be overridden by console actions to provide logic that enables the action to be registered even when the specified ribbon tabs are not available.

See also

Reference

ConsoleAction class

ConsoleAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace