PPGLayout.Clear operator

Introduced

v4.0

Description

Flushes the current layout, removing all PPGItems. The normal use for this method would be to flush any existing layout right before defining a new layout. This method differs from PPGLayout.Delete in that it does not erase the complete layout, so properties like the PPGLayout.Logic are maintained. If no new items are added to the layout after calling Clear then the Property Page will be empty.

C# Syntax

PPGLayout.Clear();

Scripting Syntax

PPGLayout.Clear();

See Also

PPGLayout.Delete