TextCommandPalette.deleteMe Method
Parent Object: TextCommandPaletteDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TextCommandPalette.h>
Description
Deletes this palette. Fusion native palettes cannot be deleted. Use the isNative property to determine if this is a native or API created palette.
Syntax
"textCommandPalette_var" is a variable referencing a TextCommandPalette object.
|
Return Value
Type | Description |
boolean | Returns true if the delete was successful. |