DropDownControl.deleteMe Method

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

Description

Deletes the ToolbarControl

Syntax

"dropDownControl_var" is a variable referencing a DropDownControl object.
returnValue = dropDownControl_var.deleteMe()
"dropDownControl_var" is a variable referencing a DropDownControl object.

#include <Core/UserInterface/DropDownControl.h>

returnValue = dropDownControl_var->deleteMe();

Return Value

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

Version

Introduced in version August 2014