PrintDialog.UseEXDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.