PrintDialog.UseEXDialog 屬性

定義

取得或設定值,指出執行 Windows XP Home Edition、Windows XP Professional、Windows Server 2003 或更新版本的系統是否應該以 Windows XP 樣式顯示對話方塊。

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

屬性值

true 表示對話方塊應以 Windows XP 樣式顯示,否則為 false。 預設為 false

備註

當此屬性設定為 true 時, ShowHelpShowNetwork 將會忽略這些屬性,因為這些屬性已針對 Windows 2000 和更新版本的 Windows 過時。

適用於