Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Messenger/Methods/Options: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- Generated @ 08/12/2022 23:46:06 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/messenger/methods/Options.htm --> | <!-- Generated @ 08/12/2022 23:46:06 +01:00 using Anima's CHM converter based on techref/objectmodel/objects/messenger/methods/Options.htm --> | ||
{{Protocols/MSNP|section=Activities}} | {{Protocols/MSNP|section=Activities}} | ||
__NOTOC__= | __NOTOC__= [[Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Messenger/Index|Messenger]].Options Method = | ||
Displays the MSN® Messenger <span class="clsUIElement">Options</span> dialog box. If a valid page number is given as a parameter, the <span class="clsUIElement">Options</span> dialog box displays the specified page. | Displays the MSN® Messenger <span class="clsUIElement">Options</span> dialog box. If a valid page number is given as a parameter, the <span class="clsUIElement">Options</span> dialog box displays the specified page. | ||
VBScript Syntax | === VBScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 16: | Line 16: | ||
</div> | </div> | ||
JavaScript Syntax | === JavaScript Syntax === | ||
<div class="clsCodeIndent"> | <div class="clsCodeIndent"> | ||
Line 26: | Line 26: | ||
</div> | </div> | ||
Parameters | === Parameters === | ||
; Page | ; Page | ||
: An integer specifying the page for the <span class="clsUIElement">Options</span> dialog box to display. | : An integer specifying the page for the <span class="clsUIElement">Options</span> dialog box to display. | ||
Return Values | === Return Values === | ||
No return value. | No return value. | ||
Remarks | === Remarks === | ||
An exception is thrown if the <span class="clsUIElement">Options</span> dialog box cannot be displayed because another dialog box is already on the screen. | An exception is thrown if the <span class="clsUIElement">Options</span> dialog box cannot be displayed because another dialog box is already on the screen. |
Latest revision as of 02:01, 13 August 2022
Messenger.Options Method
Displays the MSN® Messenger Options dialog box. If a valid page number is given as a parameter, the Options dialog box displays the specified page.
VBScript Syntax
Dim showPage ' Open Options dialog box, go to General tab showPage = 5 external.Messenger.Options showPage
JavaScript Syntax
var showPage; // Open Options dialog box, go to General tab showPage = 5; window.external.Messenger.Options(showPage);
Parameters
- Page
- An integer specifying the page for the Options dialog box to display.
Return Values
No return value.
Remarks
An exception is thrown if the Options dialog box cannot be displayed because another dialog box is already on the screen.
After it has been displayed, the dialog box can be controlled only by the user.
The application cannot make changes directly to the settings in the dialog box. If no parameter is supplied, the Options dialog box shows the first page.