Share

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()

Return Value

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

Version

Introduced in version August 2014

Was this information helpful?