Table of Contents

Method LoadMacros

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

LoadMacros(Stream)

Loads the macro records from the given stream.

public virtual void LoadMacros(Stream stream)

Parameters

stream Stream

The Stream object to write the text.

LoadMacros(TextReader)

Loads the macro records from the given stream.

public virtual void LoadMacros(TextReader reader)

Parameters

reader TextReader

The TextReader object to read macros from stream.

LoadMacros(string)

Loads the macro records from the given file.

public virtual void LoadMacros(string fileName)

Parameters

fileName string

Name of file to load macros.