BaseDirectory |
Top Previous Next |
Gets/sets the base directory from where Screen XML files will be loaded.
VB.NET Syntax
[String =] XmlVirtual.BaseDirectory
C# Syntax
[String =] XmlVirtual.BaseDirectory;
Remarks
BaseDirectory is used to automatically load screen files when you press PgDown/PgUp keys.
See also OnNewScreen event and StartFilename property.
|