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.
Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Function GetToolPaneControl As IToolPaneControl
'Usage
Dim instance As IRuntimeFilter2
Dim returnValue As IToolPaneControl
returnValue = instance.GetToolPaneControl()
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
IToolPaneControl GetToolPaneControl()
Return Value
Type: Microsoft.SharePoint.WebPartPages.IToolPaneControl