PassEventsDown is an option to EventHandler which specifies whether events handled by a particular event handler should be passed down to event handlers nested inside.
Pause
(Built-in Mathematica Symbol) Pause[n] pauses for at least n seconds.
PrintingStyleEnvironment is an option for notebooks which specifies the style environment to be used in printing the notebook on paper.
RemoveAlphaChannel[image] removes all opacity information from image.RemoveAlphaChannel[image, c] removes opacity by blending all pixels with the background color c.
RenameFile["file_1", "file_2"] renames file_1 to file_2.
RightArrow[x, y, ...] displays as x \[RightArrow] y \[RightArrow] ....
ScriptMinSize is an option for Style that specifies the minimum font size to use in rendering subscripts, etc.
ScrollPosition is an option for Pane that specifies the scroll position of the contents of the pane.
ShowCellBracket is an option for Cell that specifies whether to display the bracket that indicates the extent of the cell.
ShowSelection is an option to Notebook, Cell, and Style that specifies whether to show the current selection highlighted.