Share via


BrowserFormWebPart.WebPartContextualInfo property

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.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace