CommandUIOptions.AddTabs property
A semicolon-delimited list of Ribbon Tab IDs to surface.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AddTabs As String
Get
Set
'Usage
Dim instance As CommandUIOptions
Dim value As String
value = instance.AddTabs
instance.AddTabs = value
public string AddTabs { get; set; }
Property value
Type: System.String