ToolbarTab.deleteMe Method

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

Description

Deletes this tab. Fusion native tabs cannot be deleted. Use the isNative property to determine if this is a native or API created tab.

Syntax

"toolbarTab_var" is a variable referencing a ToolbarTab object.
returnValue = toolbarTab_var.deleteMe()
"toolbarTab_var" is a variable referencing a ToolbarTab object.

#include <Core/UserInterface/ToolbarTab.h>

returnValue = toolbarTab_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 October 2019