Accusoft Prizm Viewer Control v10.0
OnScript Event
See Also  Send comments on this topic.
scriptIndex
A long value which represents the index of the item. This value corresponds to the UserScript1 to UserScript9 menu and toolbar items.
PrizmControl Object : OnScript Event

Glossary Item Box

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

©2015. Accusoft Corporation. All Rights Reserved.