Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rolls up all the properties in the panel.

Code Block
List = SRP_PropertyPanel(PanelCtrl, "RollUpAll")

...

Unrolls all the properties in the panel.

Code Block
List = SRP_PropertyPanel(PanelCtrl, "UnRollAll")

...