A-A+

通用对话框CommonDialog中可以使用的6种方法为______。A.ShowOpen

2022-08-06 02:50:41 问答库 阅读 175 次

问题详情

通用对话框CommonDialog中可以使用的6种方法为______。
A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp
B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp
C.ShowOpen ShowOut ShowSave ShowFont ShowPrinter ShowHelp
D.ShowOpen ShowClose ShowFont ShowSave ShowPrinter ShowHelp请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:A
解析:通用对话框CommonDialog中可以使用的6种方法包括:ShowOpen方法用于显示“打开”对话框,ShowSave方法用于显示“另存为”对话框,ShowColor方法用于显示“颜色”对话框,ShowFont方法用于显示“字体”对话框,ShowPrinter方法用于显示“打印”对话框,ShowHelp方法调用Windows帮助引擎。

考点: