StartFilename

Top  Previous  Next

Gets/Sets the start XML File.

 

VB.NET Syntax

 

[String =] XmlVirtual.StartFileName

 

C# Syntax

 

[String =] XmlVirtual.StartFileName;

 

 

Remarks

 

When you call the connect method the StartFilename will be the one that will be used to provide the content for the first screen. BaseDirectory will be set to the directory where StartFilename belongs.

 

 

See also OnNewScreen event and BaseDirectory property.