ShowDialog Method

[Top]  [Chapter]  [Previous]  [Next]

Declaration

bool ShowDialog([In] DialogID DialogID, [In] string Param1, [In] string Param2);

Description

Display one of the internally defined dialogs. You can select the dialog id and pass 2 string parameters.

 

RTF2PDF Note: This method is not included IWPEditor

 

Available IDs:

DIALOG_Print=1;          // = wpaPrintDialog

DIALOG_PrinterSetup=2;   // = wpaPrinterSetup

DIALOG_Find=3;           // = wpaSearch

DIALOG_Replace=4;        // = wpaReplace

DIALOG_OPEN=5;           // = wpaOpen

DIALOG_SAVE=6;           // = wpaSave

DIALOG_SAVEAS=7;         // = wpaSaveAs

DIALOG_Preview=8;

DIALOG_PageProp=9;

DIALOG_PagePropPaperNames=10; // like PageProp but show paper names, too

DIALOG_SectionProp=11;  // reserved

DIALOG_ParagraphProp=12;

DIALOG_Tabstops=13;

DIALOG_Bullet=14;

DIALOG_BulletOutlines=15;  // Bullets and Numbers and Outlines

DIALOG_ParagraphBorder=16;

DIALOG_StyleSheet=17;

DIALOG_OneStyle=18;

DIALOG_Spellcheck=19;

DIALOG_SpellOptions=20;

DIALOG_ExportToWord=21; // reserved

DIALOG_ExportToPDF=22;

DIALOG_INSSymbol=23;

DIALOG_INSTable=24;

DIALOG_INSGRAPHIC=25;

DIALOG_INSGRAPHICLINK=26;

DIALOG_INSTextBox=27;

DIALOG_INSHyperlink=28;

DIALOG_INSBookmark=29;

DIALOG_INSFields=30;

DIALOG_ReportBands=31;

DIALOG_PDFProperties=32;

DIALOG_PrintLabels=33;// reserved

DIALOG_PrintBooklet=34;// reserved

DIALOG_DocInfo=35; // // reserved

DIALOG_Templates=36; // // reserved

DIALOG_DocVariable=37; // // reserved

DIALOG_WPAbout=38; // TextDynamic about form

DIALOG_WPDebug=39; // Debug form with current paragraph attributes

DIALOG_MessageBox=40; // caption=caption, param=text

DIALOG_PagePropPaperTray=41;// reserved

DIALOG_ManageFormulas=42;// reserved

DIALOG_ManageHeaderFooter=43;


[idh_iwpmemo_showdialog.htm]    Copyright © 2007 by WPCubed GmbH