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

プロパティ値

ダイアログを Windows XP スタイルで表示することを示す場合は true。それ以外の場合は false。 既定値は、false です。

注釈

このプロパティが にtrueShowHelpShowNetwork設定されている場合、これらのプロパティは Windows 2000 以降のバージョンの Windows で使用されなくなったため、無視されます。

適用対象