The ItemCaptionEnum type supports the following values:
Name | Value | Description | |||
exSetup | 0 | Changes the caption of the 'Setup' button. (Obsolete, replaced by exToolBarSetup) | |||
exPrint | 1 | Changes the caption of the 'Print' button. (Obsolete, replaced by exToolBarPrint) | |||
exClose | 2 | Changes the caption of the 'Close' button. (Obsolete, replaced by exToolBarClose) | |||
exPageWidth | 3 | Changes the caption of the 'PageWidth' item, in the zoom field. | |||
exWholePage | 4 | Changes the caption of the 'WholePage' item, in the zoom field. | |||
exTwoPage | 5 | Changes the caption of the 'TwoPage' item, in the zoom field. | |||
exReady | 6 | Changes the 'Ready' string. | |||
exPage | 7 | Changes the 'Page' string. | |||
exPrinting | 8 | Changes the 'Printing' string. | |||
exCancel | 9 | Changes the message that's displayed when control printing the object. By default, the exCancel is ", press ESC to cancel the current printing job." | |||
exPrintPreview | 10 | Changes the 'Print Preview' message in the preview's workspace window. | |||
exAdjustMargin | 11 | Specifies the 'Adjust Margins' title being displayed when the cursor hovers a margin of the page. | |||
exSetupPrinter | 12 | Specifies the 'Printer...' caption within the page-setup dialog. | |||
exToolBarMagnify | 100 | Specifies the caption of the 'Zoom' button. By default, this option is "<img>1</img>%%". The %% indicates the current zooming factor. | |||
exToolBarOnePage | 101 | Specifies the caption of the 'One Page' button. By default, this option is "<img>2</img>". | |||
exToolBarTwoPage | 102 | Specifies the caption of the 'Multiple Pages' button. By default, this option is "<img>3</img>". | |||
exToolBarSetup | 103 | Specifies the caption of the 'Setup...' button. By default, this option is "<img>4</img>Setup...". | |||
exToolBarPrint | 104 | Specifies the caption of the 'Print' button. By default, this option is "<img>5</img>Print". | |||
exToolBarClose | 105 | Specifies the caption of the 'Close' button. By default, this option is "<img>6</img>Close". | |||
exToolBarTwoPageFixed | 106 | Specifies the caption of the 'Multiple Pages (Fixed)' button. By default, this option is "<img>3</img> %%". The %% indicates the current zooming factor. |