Use _othericon as the keyword of icon in your menu file
Toolbar flyout definitions in the MNU file contain the keyword Flyout followed by options that are contained in parentheses.
TAG3 [Flyout ("flyname", id_small, id_large, icon, alias)]macro
The options are as follows:
flyname
The string that names the flyout. The string must include alphanumeric characters with no punctuation other than a hyphen (-) or an underscore (_). This string is displayed as a tooltip when the cursor is placed over the flyout.
id_small
The string that names the ID string of the small-image resource (16 × 15 bitmap). The string must include alphanumeric characters with no punctuation other than a hyphen (-) or an underscore (_). This can also specify a user-defined bitmap (see MSITStore:C:\Program%20Files\Autodesk%20Map%202004\help\acad_acg.chm::/acg_0491.html#398573" target="_blank" >Specify User-Defined Bitmaps.
id_big
The string that names the ID string of the large-image resource (32 × 30 bitmap). If the specified bitmap is not 32 × 30, AutoCAD scales it to that size. The string must include alphanumeric characters with no punctuation other than a hyphen (-) or an underscore (_). It can also specify a user-defined bitmap (see MSITStore:C:\Program%20Files\Autodesk%20Map%202004\help\acad_acg.chm::/acg_0491.html#398573" target="_blank" >Specify User-Defined Bitmaps.
icon
The keyword that controls whether to display either its own icon or the last icon selected (other). The acceptable values, OwnIcon and OtherIcon, are not case-sensitive.
alias
The reference to the toolbar to display as the flyout. The alias refers to a toolbar submenu defined with the standard **aliasname syntax.
macro
The menu item macro. It follows the standard menu macro syntax.
See Also
MSITStore:C:\Program%20Files\Autodesk%20Map%202004\help\acad_acg.chm::/acg_0479.html#391560" target="_blank" >Create Toolbars |