Table of Contents

Method LoadMacros

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

LoadMacros(Stream)

When implemented by a class, loads the macro records from the given stream.

void LoadMacros(Stream stream)

Parameters

stream Stream

The Stream object to write the text.

LoadMacros(TextReader)

When implemented by a class, loads the macro records from the given stream.

void LoadMacros(TextReader reader)

Parameters

reader TextReader

The TextReader object to read macros from stream.

LoadMacros(string)

When implemented by a class, loads the macro records from the given file.

void LoadMacros(string fileName)

Parameters

fileName string

Name of file to load macros.