| ControlBinderDispose Method (Boolean) | 
            Finalises or disposes of the object.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxprotected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
)
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit Parameters
- disposing
- Type: SystemBoolean
 True to release both managed and unmanaged resources; false to release only unmanaged resources
 See Also
See Also