要使Button控件不可用,需要将控件的( )属性设置为false
举一反三
- 要使Button控件不可用,需要将控件的()属性设置为false。 A: Enabled B: EnableViewState C: Visible D: CausesValidation
- 要使控件不可用(呈灰色显示)需要将()属性设置为false。
- 通过设置Button控件的属性为false,可以使该控件变为不可用状态,即控件变灰色
- 将相关控件的CausesValidation属性设置为false。例如,将Button控件的CausesValidation属性设置为false,这时单击Button控件不会触发页面上的验证
- 要使TextBox控件呈多行显示,需要将其Multiline属性设置为false。