PageSetupDialog.AllowPrinter 属性

定义

获取或设置一个值,该值指示是否启用“打印机”按钮。

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

属性值

Boolean

true 如果启用了 “打印机 ”按钮,则为否则,为 false. 默认值为 true

注解

备注

如果应用程序在 Windows Vista 上运行,则此属性true将不起作用。 不会显示 “打印机 ”按钮。

适用于

另请参阅