'Declaration
<SRDescriptionAttribute("Indicates whether the control has a handle associated with it.")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> Public ReadOnly Property IsHandleCreated As System.Boolean
'Usage
Dim instance As SubmitMenu Dim value As System.Boolean value = instance.IsHandleCreated
[SRDescription("Indicates whether the control has a handle associated with it.")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] public System.bool IsHandleCreated {get;}