Runs the specified Newlook macro.
object.RunMacro(macro)
This method applies to the Smartframe Newlook Control and Embedded Newlook Control.
macro - (string, Required)
Specifies the name of the macro to load. If you wish to specify a label within the macro at which to begin execution, use a period (.) to separate the macro and label name.
Use this method when you want to run the specified Newlook macro or script within the Smartframe Newlook Control or Embedded Newlook Control.
No returns.
The following example executes the 'Module1' macro, beginning execution at the 'Setup' label. JAVASCRIPTvarMacro = "Module1.Setup"; newlook1.RunMacro(varMacro);
|
Smartframe Newlook Control Embedded Newlook Control
© 2004-2021 looksoftware. All rights reserved.