Interface IAimpOptionsDialogFrame
Interface IAimpOptionsDialogFrame Implements the IAimpExtension
Namespace: AIMP.SDK.Options
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpOptionsDialogFrame : IAimpExtension
Methods
CreateFrame(IntPtr)
Creates the frame.
Declaration
IntPtr CreateFrame(IntPtr parentWindow)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | parentWindow | The parent window. |
DestroyFrame()
Destroys the frame.
Declaration
void DestroyFrame()
GetName()
Gets the name.
Declaration
string GetName()
Notification(OptionsDialogFrameNotificationType)
Occurs when [notification].
Declaration
void Notification(OptionsDialogFrameNotificationType id)
Parameters
Type | Name | Description |
---|---|---|
OptionsDialogFrameNotificationType | id | The identifier. |