DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / RecreateHandle Method






In This Topic
    RecreateHandle Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Sub RecreateHandle() 
    'Usage
     
    
    Dim instance As DicomViewer
     
    instance.RecreateHandle()
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected void RecreateHandle()
    protected procedure RecreateHandle(); 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function RecreateHandle();
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: void RecreateHandle(); 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    void RecreateHandle(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also