Skip to main content

TdxPageSetupDialog.ButtonsVisible Property

Specifies which buttons within the Page Setup dialog window are displayed.

Declaration

property ButtonsVisible: TdxPageSetupDlgButtons read; write; default [psbStyleOptions, psbPreview, psbPrint];

Property Value

Type
TdxPageSetupDlgButtons

Remarks

Use the ButtonsVisible property to specify which buttons are displayed and can be enabled or disabled. Possible values include:

Value Description
psbHelp Specifies whether the Help button is displayed.
psbStyleOptions Specifies whether the Options… button is displayed. Display this button if you want to use custom paint styles and display custom Print Style Options dialogs for them. Refer to the How to Create Custom Print Styles topic to learn how to accomplish this.
psbPreview Specifies whether the Print Preview… button is displayed.
psbPrint Specifies whether the Print… button is displayed.

The default value of this property is [psbStyleOptions, psbPreview, psbPrint].

See Also