Share via


ProjectNode.setSpecialIcon Method

Assigns a different icon to a specific node in the project.

Syntax

public void setSpecialIcon(
    int type, 
    str name, 
    int resId)

Run On

Called

Parameters

  • type
    Type: int
    The type of node.
  • name
    Type: str
    The name of the node.
  • resId
    Type: int
    The ID of the icon that must be used for the specified node.

See Also

Reference

ProjectNode Class