TdxPrintDialog.ButtonsEnabled Property
In This Article
Specifies which buttons are enabled in a Print dialog.
#Declaration
Delphi
property ButtonsEnabled: TdxPrintDlgButtons read; write; default [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions];
#Property Value
Type |
---|
Tdx |
#Remarks
Use the ButtonsEnabled property to specify which buttons are enabled in a Print dialog.
Value | Description |
---|---|
pdb |
Enables a Printer Properties button in the dialog. |
pdb |
Enables a Network button in the dialog. |
pdb |
Enables a Preview button in the dialog. |
pdb |
Enables a Page Setup button in the dialog. |
pdb |
Enables a Define Styles button in the dialog. |
pdb |
Enables a Style Options button in the dialog. |
pdb |
Enables a Help button in the dialog. |
The default value of this property is [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions].
See Also