ToolBar_State - AppPanel
Determines if the object will display its tool bar
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer ToolBar_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get ToolBar_State to IntegerVariable |
| Write Access: | Set ToolBar_State to IntegerVariable/Value |
Description
If the Toolbar_state property is set true, this object will display its tool bar. If the property is false, this object will have no scroll bar. If this object is currently active, the toolbar is added or removed immediately. This is set by toggle_toolbar.
Default is true.