Description
This constructor sets a macro to execute.
C#
public ImageMenuItem( ImageMenu parent, MenuMacro menuMacro );
Visual Basic
Public Sub New( parent As ImageMenu, menuMacro As MenuMacro )
Parameters
| Parameters | Description |
|---|---|
| ImageMenu parent | Input the ImageMenu that will hold this item. |
| MenuMacro menuMacro | Input the MenuMacro to execute |
Links
ImageMenuItem Class, Autodesk.AutoCAD.Customization Namespace