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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetDesignTimeFooter As String
'Usage
Dim instance As WebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeFooter()
public string GetDesignTimeFooter()
Return Value
Type: System.String
A string that specifies the HTML for the footer portion of the Web Part frame.
Remarks
Any user interface actions performed in the footer while in design mode will have no effect.