[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Displays a message box that can contain text, buttons, and symbols that inform and instruct the user. [Property] +Text=Sets the text to display in the message box. ARG(string)|2| Caption=Sets title bar caption. ARG(string)|2| Buttons=Sets buttons on the message box. ARG(MessageBoxButtons)|14|0|OK,OKCancel,YesNoCancel,YesNo Icon=Sets icon on the message box. ARG(MessageBoxIcon)|14|0|None,Hand,Question,Exclamation,Asterisk,Stop,Error,Warning,Information DefaultButton=Sets one of the MessageBoxDefaultButton values that specifies the default button for the message box. ARG(MessageBoxDefaultButton)|14|0|Button1,Button2,Button3 Options=Sets a values that specifies which display and association options will be used for the message box. ARG(MessageBoxOptions)|21|0|ServiceNotification,DefaultDesktopOnly,RightAlign,RtlReading HelpButton=Sets a value indicating whether to show the Help button. ARG(bool)|14|1|True,False HelpFilePath=Sets the path and name of the Help file to display when the user clicks the Help button. ARG(string)|2| Navigator=Sets one of the HelpNavigator values. ARG(HelpNavigator)|14|0|Topic,TableOfContents,Index,Find,AssociateIndex,KeywordIndex,TopicId [Methods] doShow=Displays a message box with specified text. ARG(string text)|1|0 *doShow2=Displays a message box with specified text and caption. ARG(string text, string caption)|1|0 *doShow3=Displays a message box with specified text, caption, and buttons. ARG(string text, string caption, MessageBoxButtons buttons)|1|0 *doShow4=Displays a message box with specified text, caption, buttons, and icon. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon)|1|0 *doShow5=Displays a message box in front of the specified object and with the specified text. ARG(IWin32Window owner, string text)|1|0 *doShow6=Displays a message box in front of the specified object and with the specified text and caption. ARG(IWin32Window owner, string text, string caption)|1|0 *doShow7=Displays a message box in front of the specified object and with the specified text, caption, and buttons. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons)|1|0 *doShow8=Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon)|1|0 *doShow9=Displays a message box with the specified text, caption, buttons, icon, and default button. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton)|1|0 *doShow10=Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton)|1|0 *doShow11=Displays a message box with the specified text, caption, buttons, icon, default button, and options. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options)|1|0 *doShow12=Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options)|1|0 *doShow13=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool displayHelpButton)|1|0 *doShow14=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath)|1|0 *doShow15=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath)|1|0 *doShow16=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and Help keyword. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword)|1|0 *doShow17=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and HelpNavigator. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator)|1|0 *doShow18=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and Help keyword. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword)|1|0 *doShow19=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file and HelpNavigator. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator)|1|0 *doShow20=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic. ARG(string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, Object param)|1|0 *doShow21=Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic. ARG(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, Object param)|1|0 onResult=Occurs after invoke the method doShow and returns the result ARG(DialogResult)|2|0 Text=Defines the text to display in the message box. ARG(string)|4|2 Caption=Defines the text to display in the title bar of the message box. ARG(string)|4|2 *buttons=One of the MessageBoxButtons values that specifies which buttons to display in the message box. ARG(MessageBoxButtons)|4|0 *default=One of the MessageBoxDefaultButton values that specifies the default button for the message box. ARG(MessageBoxDefaultButton)|4|0 *icon=One of the MessageBoxIcon values that specifies which icon to display in the message box. ARG(MessageBoxIcon)|4|0 *HelpFilePath=Defines the path and name of the Help file to display when the user clicks the Help button. ARG(string)|4|2 *keyword=Defines the Help keyword to display when the user clicks the Help button. ARG(string)|4|2 *navigator=Defines the HelpNavigator value. ARG(HelpNavigator)|4|0 *options=One of the MessageBoxOptions values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults. ARG(MessageBoxOptions)|4|0 *owner=Defines an implementation of IWin32Window that will own the modal dialog box. ARG(IWin32Window)|4|0 *param=Defines the numeric ID of the Help topic to display when the user clicks the Help button. ARG(Object)|4|0