ToolbarPanel.deleteMe Method

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

Description

Deletes this toolbar panel.

Syntax

"toolbarPanel_var" is a variable referencing a ToolbarPanel object.
returnValue = toolbarPanel_var.deleteMe()
"toolbarPanel_var" is a variable referencing a ToolbarPanel object.

#include <Core/UserInterface/ToolbarPanel.h>

returnValue = toolbarPanel_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete 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