Partilhar via


CUIDataSource.HandleRibbonTabQuery Method

Handles a query for Server ribbon data based on the provided identifier.

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

Syntax

'Declaration
Protected Sub HandleRibbonTabQuery ( _
    id As String, _
    includeTabSiblings As Boolean _
)
'Usage
Dim id As String
Dim includeTabSiblings As Boolean

Me.HandleRibbonTabQuery(id, includeTabSiblings)
protected void HandleRibbonTabQuery(
    string id,
    bool includeTabSiblings
)

Parameters

  • id
    Type: System.String

    A string that specifies the ID of a tab or root node.

  • includeTabSiblings
    Type: System.Boolean

    true if the query should return all tabs or only the specified tab; otherwise, false.

See Also

Reference

CUIDataSource Class

CUIDataSource Members

Microsoft.Web.CommandUI Namespace