PrintDialog.AllowCurrentPage 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否显示“当前页”选项按钮。
public:
 property bool AllowCurrentPage { bool get(); void set(bool value); };public bool AllowCurrentPage { get; set; }member this.AllowCurrentPage : bool with get, setPublic Property AllowCurrentPage As Boolean属性值
              true 如果显示 “当前页” 选项按钮,则为 ;否则为 false。 默认值为 false。
注解
此属性对 Windows 2000 及更高版本的 Windows 操作系统有效。 在早于 Windows 2000 的操作系统上, AllowCurrentPage 属性不起作用。