Show message box
public void ShowMsg(string title, string subTitle = "", string iconPath = "")
parameter | description |
---|---|
title | Message title |
subTitle | Message subtitle |
iconPath | Message icon path (relative path to your plugin folder) |
- interface IPublicAPI
- namespace Flow.Launcher.Plugin
Show message box
public void ShowMsg(string title, string subTitle, string iconPath,
bool useMainWindowAsOwner = true)
parameter | description |
---|---|
title | Message title |
subTitle | Message subtitle |
iconPath | Message icon path (relative path to your plugin folder) |
useMainWindowAsOwner | when true will use main windows as the owner |
- interface IPublicAPI
- namespace Flow.Launcher.Plugin