IniEditor.DocumentPath Property

TG.INI

IniEditorDocumentPath Property

Gets or sets the file path to a INI file. This is only used in Standalone mode.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string DocumentPath { get; set; }
Public Property DocumentPath As String
	Get
	Set
public:
property String^ DocumentPath {
	String^ get ();
	void set (String^ value);
}
member DocumentPath : string with get, set

Property Value

Type: String
See Also