CommandControl.deleteMe Method

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

Description

Deletes the ToolbarControl

Syntax

"commandControl_var" is a variable referencing a CommandControl object.
returnValue = commandControl_var.deleteMe()
"commandControl_var" is a variable referencing a CommandControl object.

#include <Core/UserInterface/CommandControl.h>

returnValue = commandControl_var->deleteMe();

Return Value

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

Version

Introduced in version August 2014