ESRI.ArcGIS.ADF.Local
IsHandleCreated Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class : IsHandleCreated Property




Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<SRDescriptionAttribute("Indicates whether the control has a handle associated with it.")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property IsHandleCreated As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OLE
Dim value As Boolean
 
value = instance.IsHandleCreated
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[SRDescriptionAttribute("Indicates whether the control has a handle associated with it.")]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsHandleCreated {get;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.