Click or drag to resize

Workarea.Dispose Method (Logic)

X#
Releases the unmanaged resources used by the Workarea and optionally releases the managed resources

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Dispose(
	disposing AS LOGIC
) AS VOID
Request Example View Source

Parameters

disposing
Type: Logic
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also