RasterToolbar.remove( command )
Removes a command item from the toolbar.Parameters
Name | Type | Description | |
---|---|---|---|
command | value | A reference to a Command object, CommandItem object, or a string containing the ID of the command to be removed. If a command matching this argument is not found in this container, this method does nothing. |
Returns
Type | Description |
---|---|
object | The toolbar object. This allow for chaining multiple setter methods in one single statement. |