DOCUMENTATION CENTER SEARCH
Mathematica
>
Window Properties
>
Built-in
Mathematica
Symbol
Options for Notebooks
Tutorials »
|
Selectable
WindowFloating
CellOpen
AutoScroll
See Also »
|
Low-Level Notebook Programming
Package Bulletproofing
Stylesheets
Window Properties
More About »
Visible
Visible
is a notebook option which specifies whether the notebook should be explicitly displayed on the screen.
MORE INFORMATION
With
Visible->
False
a notebook can still be manipulated from the kernel, but will not explicitly be displayed on the screen.
CreateWindow
[Visible->
False
]
creates a new invisible window.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create a document that is not displayed:
In[1]:=
You can carry out manipulations of the notebook even while it is invisible:
In[2]:=
Out[2]=
Make the notebook visible:
In[3]:=
SEE ALSO
Selectable
WindowFloating
CellOpen
AutoScroll
TUTORIALS
Options for Notebooks
MORE ABOUT
Low-Level Notebook Programming
Package Bulletproofing
Stylesheets
Window Properties
New in 3
© 2008 Wolfram Research, Inc.