Description
This .NET class wraps the IAcadToolProperties ObjectARX class.
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.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.IAcadToolProperties
Visual Basic
Public Interface IAcadToolProperties
C#
public interface IAcadToolProperties;