Context menu

I have read and know most about the context menu, however can you hide the settings option?

Right now I am using:

var mMenu:ContextMenu = new ContextMenu();
mMenu.hideBuiltInItems();
_root.menu = mMenu;

Is there a work around for hiding the settings that any one knows of?