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






In This Topic
    SetVisibleCore Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetVisibleCore( _
       ByVal value As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.SetVisibleCore(value)
    protected virtual void SetVisibleCore( 
       System.bool value
    )
    protected procedure SetVisibleCore( 
        value: System.Boolean
    ); virtual; 
    protected function SetVisibleCore( 
       value : System.boolean
    );
    protected: virtual void SetVisibleCore( 
       System.bool value
    ) 
    protected:
    virtual void SetVisibleCore( 
       System.bool value
    ) 

    Parameters

    value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also