Method LoadMacros
LoadMacros(Stream)
When implemented by a class, loads the macro records from the given stream.
void LoadMacros(Stream stream)
Parameters
stream
StreamThe 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
TextReaderThe 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
stringName of file to load macros.