Promote the command to the parent panel and optionally position it relative to an already- promoted control.
| byDefault |
boolean |
If true, then the control will be promoted in the panel by default if the UI is reset. If false, then the promotion is cleared on reset.
This is an optional argument whose default value is False. |
| positionID |
string |
If provided, then when this control is promoted, it will be positioned in the panel relative to the already-promoted control with this ID.
This is an optional argument whose default value is "". |
| isBefore |
boolean |
If a positionID is provided, then this specifies whether the promoted control is placed before or after the control referenced by the positionID parameter.
This is an optional argument whose default value is True. |