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

Specifies plugin icon stored in resource

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

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)]
public class ResourcePluginIconAttribute : PluginIconBaseAttribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False)> _
Public Class ResourcePluginIconAttribute _
	Inherits PluginIconBaseAttribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false)]
public ref class ResourcePluginIconAttribute : public PluginIconBaseAttribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited = false) */
public class ResourcePluginIconAttribute extends PluginIconBaseAttribute
JScript
public class ResourcePluginIconAttribute extends PluginIconBaseAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Tools.TotalCommanderT..::.PluginIconBaseAttribute
      Tools.TotalCommanderT..::.ResourcePluginIconAttribute

See Also