DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / CreateHandle Method






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also