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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also