IniEditor.Document Property

TG.INI

IniEditorDocument Property

Gets or sets the IniDocument that is being viewed.

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

Property Value

Type: IniDocument
See Also