PrintDialog.UseEXDialog Property

Definition

Gets or sets a value indicating whether the dialog should be shown in the Windows XP style for systems running Windows XP Home Edition, Windows XP Professional, Windows Server 2003 or later.

public:
 property bool UseEXDialog { bool get(); void set(bool value); };
public bool UseEXDialog { get; set; }
member this.UseEXDialog : bool with get, set
Public Property UseEXDialog As Boolean

Property Value

true to indicate the dialog should be shown with the Windows XP style, otherwise false. The default is false.

Remarks

When this property is set to true, ShowHelp and ShowNetwork will be ignored as these properties were made obsolete for Windows 2000 and later versions of Windows.

Applies to