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






In This Topic
    RecreatingHandle Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlRecreatingHandleDescr")>
    Public ReadOnly Property RecreatingHandle As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    value = instance.RecreatingHandle
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlRecreatingHandleDescr")]
    public System.bool RecreatingHandle {get;}
    public read-only property RecreatingHandle: System.Boolean; 
    SRCategoryAttribute("CatBehavior")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("ControlRecreatingHandleDescr")
    public function get RecreatingHandle : System.boolean
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlRecreatingHandleDescr")]
    public: __property System.bool get_RecreatingHandle();
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlRecreatingHandleDescr")]
    public:
    property System.bool RecreatingHandle {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also