AppBarButtonDispose Method (Boolean) |
Releases unmanaged and - optionally - managed resources.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also