DisplayDesignTimeUI Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

True to display the design-time version of the Commands and Options window is displayed at run time. The default value is False. Read/write Boolean.

expression.DisplayDesignTimeUI

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

Example

This example sets Spreadsheet1 so that the design-time Commands and Options window will be displayed at run time.

  Spreadsheet1.DisplayDesignTimeUI = True