Share via


ShowChooseDrawingTypePane Property [Visio 2003 SDK Documentation]

Determines if the Choose Drawing Type pane appears when the user opens Microsoft Office Visio.

boolRet = object.ShowChooseDrawingTypePane

object.ShowChooseDrawingTypePane = boolValue

boolRet    Boolean. True if showing the Choose Drawing Type pane is enabled; False if it is disabled.

object    Required. An expression that returns an ApplicationSettings object.

boolValue    Required Boolean. True to enable showing the Choose Drawing Type pane; False to disable showing it.

Version added

2003

Remarks

Setting the ShowChooseDrawingTypePane property is equivalent to setting the Choose Drawing Type Pane option on the View tab of the Options dialog box (Tools menu).

Applies to | ApplicationSettings object

See Also | ShowStartupDialog property