Accusoft Prizm Viewer Control v10.0
OnScript Event
A long value which represents the index of the item. This value corresponds to the UserScript1 to UserScript9 menu and toolbar items.
Description
method OnScriptOccurs when a menu or script item is selected from the context menu or scripting toolbar.
Syntax
Visual Basic
Public Event OnScript( _
   ByVal scriptIndex As Long _
)
Parameters
scriptIndex
A long value which represents the index of the item. This value corresponds to the UserScript1 to UserScript9 menu and toolbar items.
Remarks

An index value of 1 indicates the user activated the UserScript1 toolbar button/menu item. Likewise, a value of 9 indicates the user activated the UserScript9 toolbar button/menu item.

You can use this event to write script code to perform specifications for your web application.

See Also

PrizmControl Object  | PrizmControl Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback