DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level Notebook Programming
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Tutorials »
|
SelectedNotebook
Notebooks
WindowClickSelect
See Also »
|
Low-Level Notebook Programming
More About »
SetSelectedNotebook
SetSelectedNotebook
[
notebook
]
makes the specified notebook be the currently selected one in the front end.
MORE INFORMATION
SetSelectedNotebook
takes a
NotebookObject
as its argument.
Setting a particular notebook to be the currently selected one typically makes it the top notebook displayed on the screen.
Making a notebook the currently selected one does not affect the current selection within that notebook, or within other notebooks.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create two notebook documents:
In[1]:=
Out[1]=
Make the first one the selected notebook:
In[2]:=
Out[2]=
Applications
(1)
Properties & Relations
(1)
SEE ALSO
SelectedNotebook
Notebooks
WindowClickSelect
TUTORIALS
Manipulating Notebooks from the Kernel
MORE ABOUT
Low-Level Notebook Programming
New in 3
© 2008 Wolfram Research, Inc.