Occurs when a bookmark in a speech text string that your application defined is activated.
Sub agent_Bookmark(ByVal BookmarkID)
Value | Description |
BookmarkID | A Long integer identifying the bookmark number. |
To specify a bookmark event, use the Speak method with a Mrk tag in your supplied text. For more information about tags, see Speech Output Tags.
--------------------------------------------------------