[This is preliminary documentation and is subject to change.]
Gets the icon
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override Icon getIcon(
Type AttributeTarget
) |
| Visual Basic |
|---|
Public Overrides Function getIcon ( _
AttributeTarget As Type _
) As Icon |
| Visual C++ |
|---|
public:
virtual Icon^ getIcon(
Type^ AttributeTarget
) override |
| F# |
|---|
abstract getIcon :
AttributeTarget:Type -> Icon
override getIcon :
AttributeTarget:Type -> Icon |
| JScript |
|---|
public override function getIcon(
AttributeTarget : Type
) : Icon |
Return Value
The icon
Exceptions
See Also