TdxPrintDialog.ButtonsVisible Property
Specifies which buttons are visible in a Print dialog.
Declaration
property ButtonsVisible: TdxPrintDlgButtons read; write; default [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions];
Property Value
| Type |
|---|
| TdxPrintDlgButtons |
Remarks
Use the ButtonsVisible property to specify which buttons are visible in a Print dialog.
| Value | Description |
|---|---|
| pdbPrinterProperties | Displays a Printer Properties button in the dialog. |
| pdbNetwork | Displays a Network button in the dialog. |
| pdbPreview | Displays a Preview button in the dialog. |
| pdbPageSetup | Displays a Page Setup button in the dialog. |
| pdbDefineStyles | Displays a Define Styles button in the dialog. |
| pdbStyleOptions | Displays a Style Options button in the dialog. |
| pdbHelp | Displays a Help button in the dialog. |
The default value of this property is [pdbPrinterProperties, pdbNetwork, pdbPreview, dbPageSetup, pdbDefineStyles, pdbStyleOptions].
See Also