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

Gets name of item of resource of type resx that contains the icon. If null resource ResourceName must be icon itself. If not null resource ResourceName must be resx resource.

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

Syntax

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

See Also