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

When plugin is initialized, gets value indicating if it was initialiuzed by Total Commander or .NET application

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsInTotalCommander { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public ReadOnly Property IsInTotalCommander As Boolean
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
property bool IsInTotalCommander {
	bool get ();
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsInTotalCommander : bool
JScript
function get IsInTotalCommander () : boolean

Return Value

True if plugin was initialized by Total Commander; false when it was initialized by .NET application

Exceptions

See Also