Description
This .NET class wraps the IAcadToolFlyoutShape ObjectARX class.
IAcadToolFlyoutShape provides access to the ID of the flyout tool that is being executed or dragged. If a tool appearing in a flyout palette is executed or dragged, and the tool's COM object supports this interface, the framework calls the IAcadToolFlyoutShape.SetFlyoutTools() method to set the flyout tool ID before calling the tool's execute or drag methods.
This interface is queried from the IAcadTool interface when the flyout tool is executed. It is queried from the IAcadStockTool interface when the flyout tool is dragged.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.IAcadToolFlyoutShape Autodesk.AutoCAD.Windows.ToolPalette.CustomToolBase
Visual Basic
Public Interface IAcadToolFlyoutShape
C#
public interface IAcadToolFlyoutShape;