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