TG.INI
IniDocumentShowEditor Method (EditorPrivileges) |
Shows the IniEditor window for the current IniDocument.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public DialogResult ShowEditor( EditorPrivileges privileges )
Public Function ShowEditor ( privileges As EditorPrivileges ) As DialogResult
public: DialogResult ShowEditor( EditorPrivileges privileges )
member ShowEditor : privileges : EditorPrivileges -> DialogResult
Parameters
- privileges
- Type: TG.INIEditorPrivileges
>The privileges that the editor should have.
Return Value
Type: DialogResult[Missing <returns> documentation for "M:TG.INI.IniDocument.ShowEditor(TG.INI.EditorPrivileges)"]
See Also