home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _64652382D26741BA995BC943C4BB4E0F < prev    next >
Text File  |  2003-03-07  |  8KB  |  422 lines

  1. MacroFilePlay
  2.  
  3. Syntax
  4.  
  5.  MacroFilePlay([Filename As String])
  6.  
  7. Description
  8.  
  9. Play a macro.
  10.  
  11. Parameters
  12.  
  13. Filename: string (optional)    The macro file to play.
  14.  
  15. MacroPause
  16.  
  17. Syntax
  18.  
  19. MacroPause()
  20.  
  21. Description
  22.  
  23. Pause while recording or playing a macro.
  24.  
  25. MacroPlayDlg
  26.  
  27. Syntax
  28.  
  29. MacroPlayDlg()
  30.  
  31. Description
  32.  
  33. Display the Play Macro dialog box, which is used to select and play a macro.
  34.  
  35. MacroPlayDlg
  36.  
  37. Syntax
  38.  
  39. MacroPlayDlg()
  40.  
  41. Description
  42.  
  43. Display the Record Macro dialog box, which is used to name and record a series of commands.
  44.  
  45. MacroStop
  46.  
  47. Syntax
  48.  
  49. MacroStop()
  50.  
  51. Description
  52.  
  53. Stop recording or playing a macro.
  54.  
  55. Mail
  56.  
  57. Syntax
  58.  
  59. Mail()
  60.  
  61. Description
  62.  
  63. Display the Mail dialog box, which is used to send electronic mail. This command is only available if your computer has electronic mail capability.
  64.  
  65. MailSystem1
  66.  
  67. Syntax
  68.  
  69.  MailSystem1()
  70.  
  71. Description
  72.  
  73. Send electronic mail. If multiple mail systems are installed, this command records with a number in the command name to indicate which mail system is active. When you play the command, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  74.  
  75. MailSystem2
  76.  
  77. Syntax
  78.  
  79. MailSystem2()
  80.  
  81. Description
  82.  
  83. Send electronic mail. If multiple mail systems are installed, this command records with a number in the command name to indicate which mail system is active. When you play the command, the number directs the macro to the specified mail system, if it's available. If not, another mail system is used.
  84.  
  85. MailSystem3
  86.  
  87. Syntax
  88.  
  89. MailSystem3()
  90.  
  91. Description
  92.  
  93. Send electronic mail. If multiple mail systems are installed, this command records with a number in the command name to indicate which mail system is active. When you play the command, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  94.  
  95. MailSystem4
  96.  
  97. Syntax
  98.  
  99. MailSystem4()
  100.  
  101. Description
  102.  
  103. Send electronic mail. If multiple mail systems are installed, this command records with a number in the command name to indicate which mail system is active. When you play the command, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  104.  
  105. MailSystem5
  106.  
  107. Syntax
  108.  
  109. MailSystem5()
  110.  
  111. Description
  112.  
  113. Send electronic mail. If multiple mail systems are installed, this command records with a number in the command name to indicate which mail system is active. When you play the command, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  114.  
  115. MailSystem6
  116.  
  117. Syntax
  118.  
  119. MailSystem6()
  120.  
  121. Description
  122.  
  123. Send electronic mail. If multiple mail systems are installed, this method records with a number in the method name to indicate which mail system is active. When you play the method, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  124.  
  125. MailSystem7
  126.  
  127. Syntax
  128.  
  129. MailSystem7()
  130.  
  131. Description
  132.  
  133. Send electronic mail. If multiple mail systems are installed, this method records with a number in the method name to indicate which mail system is active. When you play the method, the number directs the macro the specified mail system, if it's available. If not, another available mail system is used.
  134.  
  135. MailSystem8
  136.  
  137. Syntax
  138.  
  139. MailSystem8()
  140.  
  141. Description
  142.  
  143. Send electronic mail. If multiple mail systems are installed, this method records with a number in the method name to indicate which mail system is active. When you play the method, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  144.  
  145. MailSystem9
  146.  
  147. Syntax
  148.  
  149. MailSystem9()
  150.  
  151. Description
  152.  
  153. Send electronic mail. If multiple mail systems are installed, this method records with a number in the method name to indicate which mail system is active. When you play the method, the number directs the macro to the specified mail system, if it's available. If not, another available mail system is used.
  154.  
  155. MakeRuntime
  156.  
  157. Syntax
  158.  
  159. MakeRuntime(Path As String, Version As _MakeRuntime_Version_enum, [ColorFormat As _MakeRuntime_ColorFormat_enum], [SizeFormat As _MakeRuntime_SizeFormat_enum], [SendToEMail As _MakeRuntime_SendToEMail_enum], [Loop As _MakeRuntime_Loop_enum])
  160.  
  161. Description
  162.  
  163. Create a runtime slide show.
  164.  
  165. Parameters
  166.  
  167. Path: string    The file path for a new runtime slide show.
  168.  
  169. Version: enumeration    The version of Windows to use for a runtime slide show.
  170.  
  171. Win31
  172.  
  173. Win95
  174.  
  175. ColorFormat: enumeration (optional)    CurrentDevice
  176.  
  177. DeviceIndependent
  178.  
  179. SizeFormat: enumeration (optional)    CurrentDeviceFullScreen
  180.  
  181. CurrentWindowSize
  182.  
  183. DeviceIndependentFullScreen
  184.  
  185. SendToEMail: enumeration (optional)    No
  186.  
  187. Yes
  188.  
  189. Loop: enumeration (optional)    No
  190.  
  191. Yes
  192.  
  193. MakeRuntimeDlg
  194.  
  195. Syntax
  196.  
  197. MakeRuntimeDlg()
  198.  
  199. Description
  200.  
  201. Displays the Make Runtime dialog box, which is used to create a runtime slide show.
  202.  
  203. MarkAsStaff
  204.  
  205. Syntax
  206.  
  207. MarkAsStaff()
  208.  
  209. Description
  210.  
  211. Add a staff-level position to an organization chart. Not recordable.
  212.  
  213. MasterGalleryDlg
  214.  
  215. Syntax
  216.  
  217. MasterGalleryDlg()
  218.  
  219. Description
  220.  
  221. Display the Master Gallery, which is used to view and select slide show masters.
  222.  
  223. MaximizeSpacing
  224.  
  225. Syntax
  226.  
  227. MaximizeSpacing([Maximize As _MaximizeSpacing_Maximize_enum])
  228.  
  229. Description
  230.  
  231. Maximize the use of extra space in an organization chart.
  232.  
  233. Parameters
  234.  
  235. Maximize: enumeration (optional)    False
  236.  
  237. True
  238.  
  239. MenuCopy
  240.  
  241. Syntax
  242.  
  243. MenuCopy([MenuName As String], [DestName As String])
  244.  
  245. Description
  246.  
  247. Copy a menu bar.
  248.  
  249. Parameters
  250.  
  251. MenuName: string (optional)    The name of the menu bar to copy.
  252.  
  253. DestName: string (optional)    The new name for the copy.
  254.  
  255. MenuCreate
  256.  
  257. Syntax
  258.  
  259.  MenuCreate([MenuName As String])
  260.  
  261. Description
  262.  
  263. Create a new menu bar.
  264.  
  265. Parameters
  266.  
  267. MenuName: string (optional)    The name for the new menu bar.
  268.  
  269. MenuEdit
  270.  
  271. Syntax
  272.  
  273. MenuEdit([MenuName As String])
  274.  
  275. Description
  276.  
  277. Open the Menu Bar Editor.
  278.  
  279. Parameters
  280.  
  281. MenuName: string (optional)    The name of the menu bar to edit.
  282.  
  283. MenuRename
  284.  
  285. Syntax
  286.  
  287. MenuRename([MenuName As String], [NewName As String])
  288.  
  289. Description
  290.  
  291. Rename a specified menu bar.
  292.  
  293. Parameters
  294.  
  295. MenuName: string (optional)    The new name for the menu bar.
  296.  
  297. NewName: string (optional)    The new name for the menu bar.
  298.  
  299. MenuSelect
  300.  
  301. Syntax
  302.  
  303.  MenuSelect([MenuBarName As String])
  304.  
  305. Description
  306.  
  307. Display a specified menu bar, or the default menu bar if no parameter is used.
  308.  
  309. Parameters
  310.  
  311. MenuBarName: string (optional)    The menu bar to display.
  312.  
  313. MirrorObjectsHorizontally
  314.  
  315. Syntax
  316.  
  317. MirrorObjectsHorizontally()
  318.  
  319. Description
  320.  
  321. Flip the selected objects on a vertical axis.
  322.  
  323. MirrorObjectsVertically
  324.  
  325. Syntax
  326.  
  327. MirrorObjectsVertically()
  328.  
  329. Description
  330.  
  331. Flip the selected objects on a horizontal axis.
  332.  
  333. ModifyFigure
  334.  
  335. Syntax
  336.  
  337. ModifyFigure()
  338.  
  339. Description
  340.  
  341. Open the Figure Editor to edit a selected figure. For a recordable method with a similar function, use ModifyObjects.
  342.  
  343. ModifyObjects
  344.  
  345. Syntax
  346.  
  347. ModifyObjects()
  348.  
  349. Description
  350.  
  351. Allow changes to the selected objects.
  352.  
  353. MoveBackward
  354.  
  355. Syntax
  356.  
  357. MoveBackward()
  358.  
  359. Description
  360.  
  361. Move the selected objects back one layer in the current drawing.
  362.  
  363. MoveForward
  364.  
  365. Syntax
  366.  
  367. MoveForward()
  368.  
  369. Description
  370.  
  371. Move the selected objects forward one layer in the current drawing.
  372.  
  373. MoveSelectedSlides
  374.  
  375. Syntax
  376.  
  377. MoveSelectedSlides(To As Integer)
  378.  
  379. Description
  380.  
  381. Move the selected slides to the position following the slide specified in the To parameter.
  382.  
  383. Parameters
  384.  
  385. To: numeric    The number of the slide for selected slides to follow.
  386.  
  387. MoveToBack
  388.  
  389. Syntax
  390.  
  391. MoveToBack()
  392.  
  393. Description
  394.  
  395. Position the selected objects behind all other objects in a drawing.
  396.  
  397. MoveToFront
  398.  
  399. Syntax
  400.  
  401. MoveToFront()
  402.  
  403. Description
  404.  
  405. Position the selected objects in front of all other objects in a drawing.
  406.  
  407. MovieSettings
  408.  
  409. Syntax
  410.  
  411. MovieSettings()
  412.  
  413. Description
  414.  
  415. Set the activation and timing for movie objects.
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.