dagSetExpandedActionStatus
dagSetExpandedActionStatus(t_actionName w_dagObject g_status) =>t / nil
Description
Sets the status of the specified action in the expanded-action list of a node. Setting the status to nil makes the action name appear gray in the pop-up menu and makes the action accelerator unavailable. Once a dagNode has been placed into a tool, the actions from the dagClass are concatenated to make a full list of actions for this node. This is known as the expanded-action list.
Arguments
Value Returned
Related Topics
Return to top