设置标签Label1的( )属性使它不可见。A、 Label 1.Visible = 0B、 Label 1.Visible == 1C、 Label1.Visible = TrueD、 Label 1.Visible = False

设置标签Label1的( )属性使它不可见。

A、 Label 1.Visible = 0

B、 Label 1.Visible == 1

C、 Label1.Visible = True

D、 Label 1.Visible = False


相关考题:

为了使标签Lahel1显示文字“姓名”,可把Label1的______属性设置为“姓名”。A.CaptionB.TextC.WordD.Name

假定窗体上有一个标签,名为Label1,为了使该标签透明并且没有边框,则正确的属性设置为( )。

设置标签Label1不可见的语句是( )。 A.Label1.Visible==0B.Label1.Visible==1C.Label1.Visible=TrueD.Label1.Visible=False

为了使标签Label1不覆盖背景,应使用下面_________语句设置。A.Label1.BackColor = Color.TransparentB.Label1.ForeColor = Color.TransparentC.Label1.BackColor = NothingD.Label1.Color = Color.NothingE.Label1.ForeColor = Nothing

设置标签Label1的()属性可使它不可见。A.Label1.Visible=0B.Label1.Visible=1C.Label1.Visible=TrueD.Label1.Visible=False

为了使标签Label1不覆盖背景,应使用下面_________语句设置。A.Label1.BackStyle = 0B.Label1.ForeColor = 0C.Label1.BackColor = NothingD.Label1.Color = Color.NothingE.Label1.ForeColor = Nothing

为了使标签(名称为Label1)右移200,应使用的语句是:A.Label1.Move - 200B.Label1.Move 200C.Label1.Left = Label1.Left + 200D.Label1.Left = Label1.Left - 200

若有语句:label1.Text=″C#.NET″;默认情况下,在执行本语句之前标签控件的Name 属性和Text属性的值分别为:A.″label1″、″C#.NET″B.″label1″、″text″C.″label1″、″label1″D.″label1″

要使标签Label1上输出的内容居中显示,则要设置它的属性A.Label1.TextAlign = fmTextAlignCenterB.Label1.TextAlign = fmTextAlignLeftC.Label1.TextAlign = fmTextAlignRightD.Label1.TextAlign =“居中”