Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Makes the contextual group that the tab belongs to visible with the same visibility context as the tab was initialized with.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Sub MakeContextualGroupInitiallyVisible ( _
contextualGroupId As String, _
visibilityContext As String _
)
'Usage
Dim instance As Ribbon
Dim contextualGroupId As String
Dim visibilityContext As String
instance.MakeContextualGroupInitiallyVisible(contextualGroupId, _
visibilityContext)
public void MakeContextualGroupInitiallyVisible(
string contextualGroupId,
string visibilityContext
)
Parameters
contextualGroupId
Type: System.StringIdentifier of the group containing the tab.
visibilityContext
Type: System.StringThe visibility context to assign.