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

Gets path of ICO file that contains icon of plugin.

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

Syntax

C#
public string IconPath { get; }
Visual Basic
Public ReadOnly Property IconPath As String
	Get
Visual C++
public:
property String^ IconPath {
	String^ get ();
}
F#
member IconPath : string
JScript
function get IconPath () : String

Return Value

Path of ICO file that contains icon of plugin. Absolute or relative to assembly where type attribute si applied onto is declared.

See Also