DialogEx.ClickObject

DialogEx.ClickObject ( 

string ObjectName )

Example 1

DialogEx.ClickObject("Chapter 1");

Fires the On Click event of the object called "Chapter 1." Any actions located on it's On Click event will be executed.

See also:  Related Actions