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
属性值
要指示该对话框应当以 Windows XP 样式显示,则为 true
;否则为 false
。 默认值为 false
。
注解
当此属性设置为 true
时, ShowHelp 将忽略 和 ShowNetwork ,因为这些属性在 Windows 2000 及更高版本的 Windows 中已过时。