scripting:api:application:show-options

ShowOptions

Method of IApplication

Show options dialog

Application.ShowOptions(strPage);

==== Visual Basic Script ====

Application.ShowOptions strPage

==== C++ ====

HRESULT hr = Application.ShowOptions(strPage);

===== See Also ===== IApplication