PPGLayout.Delete operator

Introduced

v4.0

Description

Deletes the entire layout, including all PPGItems and Layout properties such as PPGLayout.Logic. If no new items are added to the layout after calling Delete then the Property Page is displayed with a default layout, showing all the parameters in the order they were created.

C# Syntax

PPGLayout.Delete();

Scripting Syntax

PPGLayout.Delete();

See Also

PPGLayout.Clear