Click or drag to resize

WidgetHandlerTControl, TWidgetDispose Method

Disposes this widget and the associated control if DisposeControl is true

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True if Dispose(Boolean) was called manually, false if called from the finalizer
See Also