Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.05 KB

File metadata and controls

43 lines (30 loc) · 1.05 KB

IPublicAPI.ShowMsg method (1 of 2)

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)

See Also


IPublicAPI.ShowMsg method (2 of 2)

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

See Also