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.

Version

Introduced in version August 2014