CellOpen is an option for Cell that specifies whether the contents of a cell should be explicitly displayed.
CellProlog is an option to Cell that gives an expression to evaluate before each ordinary evaluation of the contents of the cell.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
CopyFile["file_1", "file_2"] copies file_1 to file_2.
DefaultDuplicateCellStyle is a notebook option that specifies the default style to use for cells created by automatic duplication of other cells in the notebook.
DefaultFieldHintStyle is a low-level option for InputField that specifies the default style to use for displaying the field hint.
DelimiterMatching is an option for selections that specifies whether an opening delimiter will match only its respective closing delimiter or any closing delimiter.
DialogSymbols is an option for Dialog which gives a list of symbols whose values should be localized in the dialog.
Element
(Built-in Mathematica Symbol) Element[x, dom] or x \[Element] dom asserts that x is an element of the domain dom. Element[{x_1, x_2, ...}, dom] asserts that all the x_i are elements of dom. Element[patt, ...
EndDialogPacket[integer] is a MathLink packet indicating the end of the Dialog subsession referenced by integer.