Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ApplySettings ====== Method of [[:scripting:api:options-page:start|IOptionsPage]] ===== Description ===== Called when settings should be applied by user request ===== Syntax ===== ==== JavaScript ==== <code javascript> OptionsPage.ApplySettings(); </code>==== Visual Basic Script ==== <code vb> OptionsPage.ApplySettings </code>==== C++ ==== <code cpp> HRESULT hr = OptionsPage.ApplySettings(); </code>===== See Also ===== [[:scripting:api:options-page:start|IOptionsPage]] ~~NOTOC~~