Skip to content

Support creating NotifyIcon from icon data #6

Description

@majianchuan

NotifyIcon.Create() currently only supports loading icons from a file path. It would be useful to support loading icons from other sources as well, such as embedded resources via Assembly.GetManifestResourceStream().

Would it be possible to add an overload that accepts icon data directly, for example:

NotifyIcon.Create(byte[] iconData, IReadOnlyList<MenuItem> menuItems);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions