[This is preliminary documentation and is subject to change.]

Gets value indicating if this plugin instance was initialized or not

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Initialized { get; }
Visual Basic
Public ReadOnly Property Initialized As Boolean
	Get
Visual C++
public:
property bool Initialized {
	bool get ();
}
F#
member Initialized : bool
JScript
function get Initialized () : boolean

See Also