Share via


Ribbon.ActiveTabId Property

Gets the Server ribbon tab that was open prior to page postback.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public ReadOnly Property ActiveTabId As String
    Get
'Usage
Dim instance As Ribbon
Dim value As String

value = instance.ActiveTabId
public string ActiveTabId { get; }

Property Value

Type: System.String
A string that contains the ID of the tab.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace