Interface IAimpAction
Main feature of Action is an ability to display it in hotkey list, and provide an ability to customize it hotkey. Implements the IAimpActionEvent Implements the IAimpObject
Inherited Members
Namespace: AIMP.SDK.ActionManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpAction : IAimpActionEvent, IAimpObject
Properties
AlternativeGlobalHotKey
Gets or sets the alternative global hot key. Can be 0.
Declaration
int AlternativeGlobalHotKey { get; set; }
CustomData
Gets or sets the custom data.
Declaration
string CustomData { get; set; }
DefaultGlobalHotKey
Gets or sets the default global hot key. Can be 0.
Declaration
int DefaultGlobalHotKey { get; set; }
DefaultLocalHotKey
Gets or sets the default hot key. Can be 0.
Declaration
int DefaultLocalHotKey { get; set; }
Enabled
Gets or sets a value indicating whether this IAimpAction is enabled.
Declaration
bool Enabled { get; set; }
GroupName
Gets or sets the group name. Optional, can be undefined.
Declaration
string GroupName { get; set; }
Id
Gets or sets the unique action identity, must be unique for all plugins.
Declaration
string Id { get; set; }
Name
Gets or sets the command name, value is displaying in the hotkey list.
Declaration
string Name { get; set; }