LabelDispose(Boolean) Method
Releases the unmanaged resources used by the
Control and its child controls and optionally releases the managed resources.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing Boolean
- true to release both managed and unmanaged resources; false to release only unmanaged resources.