Share via


WebPartContextualInfo.AllowFirstTabOverride property

Set this to true to let the ribbon infrastructure know that the web part is setting the FirstTabId and the specified value should be taken into account

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

Syntax

'Declaration
Public Property AllowFirstTabOverride As Boolean
    Get
    Set
'Usage
Dim instance As WebPartContextualInfo
Dim value As Boolean

value = instance.AllowFirstTabOverride

instance.AllowFirstTabOverride = value
public bool AllowFirstTabOverride { get; set; }

Property value

Type: System.Boolean

See also

Reference

WebPartContextualInfo class

WebPartContextualInfo members

Microsoft.SharePoint.WebControls namespace