'Declaration
Protected Property ChildControlsCreated As System.Boolean
'Usage
Dim instance As SubmitDialog Dim value As System.Boolean instance.ChildControlsCreated = value value = instance.ChildControlsCreated
protected System.bool ChildControlsCreated {get; set;}