niusouti.com
更多“以下不是通用对话框CommonDialog中的方法为A.ShowOpenB.ShowCloseC.ShowColorD.ShowPrinter ”相关问题
  • 第1题:

    设已经在窗体上添加了一个通用对话框控件CommonDialog1,以下正确的语句是

    A.CommonDialog1.Filter=ALLLFiles|*.*|Pictures(*.Bmp)|*.Bmp

    B.CommonDialog1.Filter"ALLLFiles"|*.*|"Pictures(*.Bmp)"|*.Bmp

    C.CommonDialog1.Filter{ALLLFiles{|*.*|Pictures(*.Bmp)|*.Bmp

    D.CommonDialog1.Filter"ALLLFiles|*.*|Pictures(*.Bmp)|*.Bmp"


    正确答案:D

  • 第2题:

    通用对话框CommonDialog中的方法

    A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp

    B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp

    C.ShowOpen ShowSave ShowFont ShowPrinter ShowHelp

    D.ShowOpen ShowClose ShowFont ShowPrinter ShowHelp


    正确答案:A
    解析:通用对话框CommonDialog主要有Open、Save、Color、Font、Printer、Help等几类,分别表示打开、保存、颜色、字体、打印、帮助对话框。注意,通用对话框不存在ShowClose这种方法。

  • 第3题:

    通用对话框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帮助引擎。

  • 第4题:

    通用对话框CommonDialog中的方法为

    A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp

    B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp

    C.ShowOpen ShowSave ShowFont ShowPrinter ShdwHelp

    D.ShowOpen ShowClose ShowFont ShowPrinter ShowHelp


    正确答案:A
    解析:本题考查了通用对话框的类型。通用对话框CommonDialog主要有Open、 Save、wColor、Font、Printer、Help等几类,分别表示打开、保存、颜色、字体、打印、帮助对话框。故选A。注意,通用对话框不存在ShowClose这种方法。

  • 第5题:

    在窗体上画一个通用对话框,其名称为CommonDialog1,则下列与CommonDialog1.ShowOpen方法等效的语句是______。

    A.CommonDialog1.Action= 1

    B.CommonDialog1.Action=2

    C.CommonDialog1.Action = 3

    D.CommonDialog1.Action = 4


    正确答案:A