'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("Determines if the control has been fully created.")> Public ReadOnly Property Created As System.Boolean
'Usage
Dim instance As SubmitMenu Dim value As System.Boolean value = instance.Created
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [SRDescription("Determines if the control has been fully created.")] public System.bool Created {get;}