Go to: Synopsis. Return value. MEL examples.
containerRmbMenu()
returns an array of strings of the form: { "Menu Label Name 1", "callbackName1", "Menu Label Name 2", "callbackName1", ... } |
// request the RMB menu list for a container string $items[] = `containerRmbMenu`;