Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Events and actions control flow
|
Name |
Details |
DEFAULTEVENT Version Added: Pre 2003 |
Performs the default event associated with the object. Syntax DEFAULTEVENT( ) |
GOTOPAGE Version Added: Pre 2003 |
Displays the page that has the name pagename in the currently active window. Syntax GOTOPAGE("pagename") |
HELP Version Added: Pre 2003 |
Opens an HTML Help file with the specifed keyword in the Search box. Syntax HELP("filename.chm!keyword") |
HYPERLINK Version Added: Pre 2003 |
Navigates to the specified address, which can be a file, UNC, or URL path. Syntax HYPERLINK("address"[,"subaddress","extrainfo",window,"frame"]) |
OPENFILE Version Added: Pre 2003 |
Opens a Microsoft Visio document, if it's not already open, and activates the document window. Syntax OPENFILE("filename") |
OPENGROUPWIN Version Added: Pre 2003 |
Opens the group in the group window. If the object is not a group, this function does nothing. Syntax OPENGROUPWIN( ) |
OPENSHEETWIN Version Added: Pre 2003 |
Opens the ShapeSheet window in a new window. Syntax OPENSHEETWIN( ) |
OPENTEXTWIN Version Added: Pre 2003 |
Opens the shape's text block so that the text can be edited. Syntax OPENTEXTWIN( ) |
PLAYSOUND Version Added: Pre 2003 |
Plays a sound file or system sound. Syntax PLAYSOUND("filename"|"alias",isAlias,beep,synch) |
QUEUEMARKEREVENT Version Added: 2003 |
Causes the application to fire a marker event to your add-on, Microsoft Visual Basic for Applications (VBA) code, or COM add-in. Syntax QUEUEMARKEREVENT (event_string ) |