WebPart.GetDesignTimeFooter method
Returns the static HTML for the footer portion of a Web Part frame to a custom designer created by deriving from System.Web.UI.ControlDesigner.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Function GetDesignTimeFooter As String
'Usage
Dim instance As WebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeFooter()
public string GetDesignTimeFooter()
Type: System.String
A string that specifies the HTML for the footer portion of the Web Part frame.
Any user interface actions performed in the footer while in design mode will have no effect.