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.
Gets the contextual ribbon groups and tabs that are associated with the InfoPath Form Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property WebPartContextualInfo As WebPartContextualInfo
Get
'Usage
Dim instance As BrowserFormWebPart
Dim value As WebPartContextualInfo
value = instance.WebPartContextualInfo
public WebPartContextualInfo WebPartContextualInfo { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.WebPartContextualInfo
An object that represents the contextual ribbon groups and tabs that are associated with the InfoPath Form Web Part.
Implements
IWebPartPageComponentProvider.WebPartContextualInfo
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.