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)

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.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace