Rollout .Controls Property

Topic: version 4 MAXScript Language Improvements / User Interface/ Command Panels and Rollout Pages

<rollout>.controls

This property returns an array of all the controls in the rollout.

Example:

for c in foo.controls do c.enabled = false

Foo is a rollout.

See also