Skip to content

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

@jhinder

Description

@jhinder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugBug or Bug fixes

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions