AllowPropertyToolbox Property

Determines whether the user can display the Commands and Options dialog box at run time. Setting the AllowPropertyToolbox property to False disables the Commands and Options button on the toolbar. The default value is True. Read/write Boolean.

expression.AllowPropertyToolbox

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

This example disables the Commands and Options button on the Spreadsheeet1 toolbar at run time.

Spreadsheet1.AllowPropertyToolbox = False

Applies to | ChartSpace Object | PivotTable Object | Spreadsheet Object

See Also | AllowDeletingColumns Property | AllowDeletingRows Property | AllowDetails Property | AllowFiltering Property | AllowGrouping Property | AllowInsertingColumns Property | AllowInsertingRows Property | AllowSorting Property | Creating an Accessible Chart | DisplayPropertyToolbox Property