Share via


WikiContentWebpart.CreateChildControls method

Creates the child controls of the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()

Remarks

This override adds child controls by parsing the String object made up by [:Microsoft.SharePoint.WebPartPages.WikiContentWebpart.Content].

See also

Reference

WikiContentWebpart class

WikiContentWebpart members

Microsoft.SharePoint.WebPartPages namespace