←Select platform

Path Property

Summary

Master Form path.

Syntax

C#
VB
C++
Java
public string Path { get; } 
  
Public ReadOnly Property Path As String 
public java.lang.String getPath(); 
public: 
property String^ Path { 
   String^ get(); 
} 

Property Value

A System.String representing the Master Form path.

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Master Form path ends with the Master Form name that all Master Form files are going to be saved with it without the extension.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly