====== ShowOptions ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Show options dialog ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strPage** ===== Syntax ===== ==== JavaScript ==== Application.ShowOptions(strPage); ==== Visual Basic Script ==== Application.ShowOptions strPage ==== C++ ==== HRESULT hr = Application.ShowOptions(strPage); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~
Application.ShowOptions(strPage);
Application.ShowOptions strPage
HRESULT hr = Application.ShowOptions(strPage);