Ribbon.InitialTabId Property
Gets or sets the identifier of the tab that is displayed as selected when the Server ribbon is rendered.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Overridable Property InitialTabId As String
Get
Set
'Usage
Dim instance As Ribbon
Dim value As String
value = instance.InitialTabId
instance.InitialTabId = value
public virtual string InitialTabId { get; set; }
Property Value
Type: System.String
The specified tab.
Remarks
The tab that is set through this property must also have been made available with the MakeTabAvailable() method.