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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also