removeItemAt

inline fun Menu.removeItemAt(index: Int)(source)

Removes the menu item at the specified index.

Throws

if index is less than 0 or greater than or equal to the count.