Share via


ShowStartupDialog Property [Visio 2003 SDK Documentation]

Determines whether the Getting Started task pane appears when the user opens Microsoft Office Visio.

boolRet = object.ShowStartupDialog

object.ShowStartupDialog = boolValue

boolRet    Boolean. True if display of the Getting Started task pane is enabled; False if it is disabled.

object    Required. An expression that returns an ApplicationSettings object.

boolValue    Required Boolean. True to enable display of the Getting Started task pane; False to disable it.

Version added

2003

Remarks

Setting the ShowStartupDialog property is equivalent to setting the Startup Task Pane option under Show on the View tab in the Options dialog box (Tools menu).

Applies to | ApplicationSettings object

See Also | ShowStartupDialog property