SeparatorControl.deleteMe Method

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

Description

Deletes the ToolbarControl

Syntax

"separatorControl_var" is a variable referencing a SeparatorControl object.
returnValue = separatorControl_var.deleteMe()
"separatorControl_var" is a variable referencing a SeparatorControl object.

#include <Core/UserInterface/SeparatorControl.h>

returnValue = separatorControl_var->deleteMe();

Return Value

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

Version

Introduced in version August 2014