ArcFM Solution Developer Guide
RecreatingHandle Property (AUBrowserControl)


Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<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 AUBrowserControl
Dim value As System.Boolean
 
value = instance.RecreatingHandle
[SRCategory("Behavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Determines if this control is in the process of recreating its handle.")]
public System.bool RecreatingHandle {get;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AUBrowserControl Class
AUBrowserControl Members

 

 


Send Comment