wpf-notifyicon icon indicating copy to clipboard operation
wpf-notifyicon copied to clipboard

Cannot override `TaskbarIcon.Dispose(bool)` because it is not overridable

Open jhinder opened this issue 2 years ago • 0 comments

The documentation of TaskbarIcon.Dispose() says this:

This method is not virtual by design. Derived classes should override <see cref="Dispose(bool)"/>.

However it is impossible to actually override Dispose(bool) because it is a) private and b) not virtual.

Version: 1.1.0

jhinder avatar Jan 26 '23 07:01 jhinder