Class Hierarchy
IAcadToolProperties3
File
AcTc.idl
Description
IAcadToolProperties3 is a new COM interface class that provides access to the name, description, read-only state, image, and overlay image.
Remarks
The images returned by this interface are now treated as the images to use when the light theme is active.
The image can be one of the following: a COM object implementing the IAcadToolImage interface, a Windows resource, or a disk file. The IUnknown of the IAcadToolImage interface can be returned in the pVal parameter. The resource identifier is returned in the sResourceName parameter. The source file name is returned in the sSourceFile parameter.