'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Determines if this control is in the process of recreating its handle.")> Public ReadOnly Property RecreatingHandle As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean value = instance.RecreatingHandle
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("Behavior")] [SRDescription("Determines if this control is in the process of recreating its handle.")] public System.bool RecreatingHandle {get;}