Skip to main content

TdxPDFCustomViewer.DialogsLookAndFeel Property

Specifies the look and feel of all dialogs displayed by the PDF Viewer control.

Declaration

property DialogsLookAndFeel: TcxLookAndFeel read; write;

Property Value

Type
TcxLookAndFeel

Remarks

The DialogsLookAndFeel.NativeStyle property specifies whether the dialog’s elements are drawn using the display settings determined by the operating system. If the DialogsLookAndFeel.NativeStyle property is set to False, you can use the DialogsLookAndFeel.Kind and DialogsLookAndFeel.SkinName properties to specify the look and feel of the PDF Viewer control’s dialogs.

For additional information, refer to the TcxLookAndFeel class description.

See Also