ITaskBarIconService 接口
- 程序集
- ClassIsland.Core.dll
任务栏图标服务
public interface ITaskBarIconService
属性
MainTaskBarIcon
任务栏图标实例
TaskbarIcon MainTaskBarIcon { get; }
属性值
- TaskbarIcon
方法
ShowNotification(string, string, NotificationIcon, Action?)
显示一条气泡通知。
void ShowNotification(string title, string content, NotificationIcon icon = NotificationIcon.None, Action? clickedCallback = null)