S
shapper
Hello,
I am creating a custom control and I have the following:
Protected Overrides Sub CreateChildControls()
With MyBase.Controls
.Add(Panel1)
....
End With
MyBase.CreateChildControls()
MyBase.EnsureChildControls()
Me.ChildControlsCreated = True
End Sub
Is EnsureChildControls needed?
Thanks,
Miguel
I am creating a custom control and I have the following:
Protected Overrides Sub CreateChildControls()
With MyBase.Controls
.Add(Panel1)
....
End With
MyBase.CreateChildControls()
MyBase.EnsureChildControls()
Me.ChildControlsCreated = True
End Sub
Is EnsureChildControls needed?
Thanks,
Miguel