IniEditor.Privileges Property

TG.INI

IniEditorPrivileges Property

Gets or sets the user privileges of the editor.

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

Property Value

Type: EditorPrivileges
See Also