ToolbarTab.deleteMe Method
Parent Object:
ToolbarTabDefined 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
boolean |
Returns true if the delete was successful. |
Samples
Version
Introduced in version October 2019