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

Get name of embdeded resource that contains the icon

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

Syntax

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

See Also