ToolbarControl.deleteMe Method

Parent Object: ToolbarControl
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ToolbarControl.h>

Description

Deletes the ToolbarControl

Syntax

"toolbarControl_var" is a variable referencing a ToolbarControl object.
returnValue = toolbarControl_var.deleteMe()
"toolbarControl_var" is a variable referencing a ToolbarControl object.

#include <Core/UserInterface/ToolbarControl.h>

returnValue = toolbarControl_var->deleteMe();

Return Value

Type Description
boolean Returns a boolean indicating if the deletion was successful.

Samples

Name Description
Customizing the UI using the API Sample Demonstrates how to work with tabs, panels, and command in the user interface. The full source for C++ and Python samples can be downloaded. This is especially useful for getting the resource files.

Version

Introduced in version August 2014