ShowOptions
Method of IApplication
Description
Show options dialog
Parameters
- BSTR strPage
Syntax
JavaScript
Application.ShowOptions(strPage);
==== Visual Basic Script ====
Application.ShowOptions strPage
==== C++ ====
HRESULT hr = Application.ShowOptions(strPage);
===== See Also ===== IApplication