KUIML
Blue Cat's User Interface Programming Language
UNDEFINE

Description

This element enables the designer to undefine custom elements previously declared with the Syntax directive.

Syntax

The elements declared inside the UNDEFINE element are the custom elements to remove. Once removed, the custom element cannot be used anymore.

<UNDEFINE>
	<CUSTOM_TAG1 />
	<CUSTOM_TAG2 />
	<CUSTOM_TAG3 />
</UNDEFINE>