| Library | Module | Frames | Expand |
| /* optional */ boolean | AllowContextSelection | |
| Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner. | ||
| /* optional */ boolean | AllowMultipleSelections | |
| Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters. | ||
| /* optional */ pfcParameterSelectionContexts | Contexts | |
| The parameter selection contexts.The default indicates that parameters may be selected from any context. | ||
| /* optional */ string | SelectButtonLabel | |
| Label for the select button.The default is null. | ||
| static pfcParameterSelectionOptions | Create () | |
| Creates a ParameterSelectionOptions object. | ||
| /* optional */ boolean | AllowContextSelection |
|
Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner. |
| /* optional */ boolean | AllowMultipleSelections |
|
Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters. |
| /* optional */ pfcParameterSelectionContexts | Contexts |
|
The parameter selection contexts.The default indicates that parameters may be selected from any context. |
| /* optional */ string | SelectButtonLabel |
|
Label for the select button.The default is null. |
| static pfcParameterSelectionOptions | Create | () |
|
Creates a ParameterSelectionOptions object.
|