Table of Contents

Interface IMacroKeyList

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents list of macro key or its combinations with attached actions.

public interface IMacroKeyList : IList<IMacroKeyData>, ICollection<IMacroKeyData>, IEnumerable<IMacroKeyData>, IEnumerable
Extension Methods

Properties

SerializationInfo

When implemented by a class, gets or sets an xml representation of this MacroKeyList object.

Methods

LinkMacros(object, IEventHandlers)

When implemented by a class, links macro actions to the editor events.