_Application.PrintPreview 属性

定义

确定打印预览是否为当前视图。 如果打印预览是当前视图,则此属性返回 True ;如果不是,则返回 False

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

属性值

适用于