TG.INI
IniEditorOpenDocument Method |
Opens a INI document from file.
Namespace: TG.INI.Controls
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void OpenDocument( string path )
Public Sub OpenDocument ( path As String )
public: void OpenDocument( String^ path )
member OpenDocument : path : string -> unit
Parameters
- path
- Type: SystemString
The file path do the document.
See Also