PrintDialog.AllowCurrentPage 属性

定义

获取或设置一个值,该值指示是否显示“当前页”选项按钮

public:
 property bool AllowCurrentPage { bool get(); void set(bool value); };
public bool AllowCurrentPage { get; set; }
member this.AllowCurrentPage : bool with get, set
Public Property AllowCurrentPage As Boolean

属性值

true 如果显示 “当前页” 选项按钮,则为 ;否则为 false。 默认值为 false

注解

此属性对 Windows 2000 及更高版本的 Windows 操作系统有效。 在早于 Windows 2000 的操作系统上, AllowCurrentPage 属性不起作用。

适用于