'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <WebSysDescriptionAttribute("Whether the style associated with the control has been created.")> Public ReadOnly Property ControlStyleCreated As System.Boolean
'Usage
Dim instance As SubmitDialog Dim value As System.Boolean value = instance.ControlStyleCreated
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [WebSysDescription("Whether the style associated with the control has been created.")] public System.bool ControlStyleCreated {get;}