PrintDialog.UseEXDialog 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出執行 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 過時。