Property
VisibleToolbar
Description
Specifies whether to show the toolbar on the control or not.
Type
Boolean
Values
True (-1)
The toolbar is shown
False (0)
The toolbar doesn't shows
Default
Example
Code
Cube1.VisibleToolbar = True
HTML
<PARAM NAME="VisibleToolbar" VALUE="-1">
See also
Notes