[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


REMOVE_TOOLBOX_BUTTON terminate action

REMOVE_TOOLBOX_BUTTON removes a user defined button from the user interface.

Syntax


                                +-------------------<------------------+
                                |                                      |
                                |              +-------->---------+    |
                                |              |                  |    |
---->(REMOVE_TOOLBOX_BUTTON)----+--(:TOOLBOX)--+--|toolbox name|--+----+---->
                                |                                      |
                                |            +--------->--------+      ^
                                |            |                  |      |
                                +--(:LABEL)--+--|button label|--+------+

Options

The following options are available.

When to use

Use this action to remove a menu button from the toolbox.

Example

The following parameter sequence removes a button which calls the polygon creation command.

REMOVE_TOOLBOX_BUTTON :TOOLBOX "TOOLBOX" :LABEL "POLYGON" COMPLETE

or

(REMOVE_TOOLBOX_BUTTON :TOOLBOX "TOOLBOX" :LABEL "POLYGON")

See also

ADD_TOOLBOX_BUTTON terminate action SET_TOOLBOX_MAX_HEIGHT terminate action
[Contents] [Index] [Books]