Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovChildWindowHost Class / Dispose Method / Dispose(Boolean) Method


In This Topic
    Dispose(Boolean) Method
    In This Topic
    Disposes this object.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NNovChildWindowHost
    Dim disposing As System.Boolean
     
    instance.Dispose(disposing)
    protected override void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also