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