只有当一个对象的()和()属性为True时,它才能获得焦点。
A、A、Enabled;Caption
B、B、Enabled;Visible
C、C、Visible;Name
D、D、Visible;Caption
A、A、Enabled;Caption
B、B、Enabled;Visible
C、C、Visible;Name
D、D、Visible;Caption
A、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为True。 B、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为False。 C、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为True。 D、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为False。
A、设置Web窗体上验证控件的Enabled 属性为False。 B、设置btnCancel 按钮的CausesValidation 属性为False. C、设置btnCancel 按钮的CausesValidation 属性为True. D、设置Web窗体上验证控件的Visible 属性为False。