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