NavResizerControl.CreateChildControls Method
This member is reserved for internal use and is not intended to be used directly from your code. Creates the child controls that adjust the width and height values of the containing control and saves the values as hidden fields.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
Remarks
This override finds the containing control and adjusts the width and height values of this control and then saves the values as hidden fields.