TdxPrintDialog.ButtonsEnabled Property
Specifies which buttons are enabled in a Print dialog.
Declaration
property ButtonsEnabled: TdxPrintDlgButtons read; write; default [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions];
Property Value
| Type |
|---|
| TdxPrintDlgButtons |
Remarks
Use the ButtonsEnabled property to specify which buttons are enabled in a Print dialog.
| Value | Description |
|---|---|
| pdbPrinterProperties | Enables a Printer Properties button in the dialog. |
| pdbNetwork | Enables a Network button in the dialog. |
| pdbPreview | Enables a Preview button in the dialog. |
| pdbPageSetup | Enables a Page Setup button in the dialog. |
| pdbDefineStyles | Enables a Define Styles button in the dialog. |
| pdbStyleOptions | Enables a Style Options button in the dialog. |
| pdbHelp | Enables a Help button in the dialog. |

The default value of this property is [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions].
See Also