DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Handle Property

In This Topic
    Handle Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.Runtime.InteropServices.DispIdAttribute(-515)>
    <SRDescriptionAttribute("ControlHandleDescr")>
    Public ReadOnly Property Handle As System.IntPtr
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.Runtime.InteropServices.DispId(-515)]
    [SRDescription("ControlHandleDescr")]
    public System.IntPtr Handle {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also