找考题网-背景图
多项选择题

A.设置labelTKValue.UseMnemonic属性为True。B.设置labelTKValue.Te……

你使用VisualStudio.NET开发了一个基于Windows包含一个单一窗体的应用程序。这个窗体包含一个名为labelTKValue的Label控件和名为textTKValue的TextBox控件。labelTKValue控件显示了一个标题用来识别textTKValue.的目的。你想写一段代码显示当用户按下ALT+V时鼠标的焦点在textTKValue位置上。当用户显示labelTKValue时这个键应该能被识别。下面那三个选项正确?()

A.设置labelTKValue.UseMnemonic属性为True。
B.设置labelTKValue.Text属性为&Value。
C.设置labelTKValue.CausesValidation属性为True。
D.设置textTKValue.CausesValidation属性为True。
E.设置textTKValue.TabIndex比labelValue.TabIndex少一个数字。
F.设置.textTKValue.TabIndex比labelValue.TabIndex多一个数字。
G.设置textTKValue.Location以便于textValue和lableValue过大的显示在显示器上。

热门试题