问题描述
我需要知道如何在显示打印对话框时获取返回值, BtnPrint.Attributes.Add(
如果用户已将报告发送到打印机,我必须禁用打印按钮,否则如果用户按下取消则需要按钮将启用打印按钮。
我已设法使用添加以下属性的自定义按钮:
我需要知道用户点击了确定或取消按钮。
感谢您的帮助!
I need to know how can I get the return values when showing the Print Dialog, BtnPrint.Attributes.Add(
I have to disable print button if the user has send the report to the printer, otherwise
if the user press the cancel button the print button will be enable.
I have manage to use a custom button adding the following attribute:
I need to know wether the user clicked the ok or the cancel button.
Thanks for your help!
推荐答案
这篇关于从打印对话框返回值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!