PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Selectable
Deployed
GraphicsGroup
Inset
See Also »
ContentSelectable
ContentSelectable
is an option to constructs such as
Inset
,
Graphics
and
GraphicsGroup
that specifies whether and how content within them should be selectable.
MORE INFORMATION
Possible settings are:
True
single clicks immediately select content objects
False
content objects cannot be selected
Automatic
double-click allows content selection (default)
Even with the option
ContentSelectable->
False
, a complete graphics object is itself selectable.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Allow the individual graphics objects to be selectable by a single click:
In[1]:=
Out[1]=
No individual object is selectable; the whole graphic appears as one object:
In[1]:=
Out[1]=
The first click selects the whole graphic, and subsequent clicks select individual objects:
In[1]:=
Out[1]=
Scope
(2)
SEE ALSO
Selectable
Deployed
GraphicsGroup
Inset
New in 6
© 2008 Wolfram Research, Inc.