Class Hierarchy
IAcadToolProperties
File
AcTc.idl
Description
IAcadToolProperties can be used by the tool's COM object to get and set properties of the tool, such as name, description, and image. After the COM object is created, the framework passes the IAcadToolProperties interface to the COM object in IAcadTool::SetToolProperties(). The COM object should cache this pointer and use it to get and set the display properties of the tool.