Interface IAimpExternalSettingsDialog
If plugin has external settings dialog that not integrated in the application via Options Dialog API, it should implement this interface on same to IAimpPlugin interface level.
Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExternalSettingsDialog
Methods
Show(IntPtr)
Shows the modal dialog.
Declaration
void Show(IntPtr parentWindow)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | parentWindow | Handle of calling window. |