禁用button1控件的属性设置为( )( )
A: Button1.visible=true;
B: Button1.Enable=true;
C: Button1.visible=false;
D: Button1.Enable=false;
A: Button1.visible=true;
B: Button1.Enable=true;
C: Button1.visible=false;
D: Button1.Enable=false;
D
举一反三
- 要使Button控件不可用,需要将控件的()属性设置为false。 A: Enabled B: EnableViewState C: Visible D: CausesValidation
- 如何把button按钮组件设置为禁用状态? A: loading=“true” B: disabled=“false” C: disabled=“true” D: loading=“false”
- 智慧职教: 催眠药应在<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='1'>[填空(1)]</button> 服用,助消化药物需要<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='2'>[填空(2)]</button> 或<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='3'>[填空(3)]</button> 服,驱肠虫药宜在<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='4'>[填空(4)]</button> 或<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='5'>[填空(5)]</button> 时服用,对胃肠道有刺激性的药物宜在<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='6'>[填空(6)]</button> 服用。
- 智慧职教: SQL Server的数据库文件的扩展名为<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='1'>[填空(1)]</button> 、事务日志文件的扩展名为<button contenteditable='false' class='fillbox' style='padding:2px;' data-id='2'>[填空(2)]</button> 。
- 将相关控件的CausesValidation属性设置为false。例如,将Button控件的CausesValidation属性设置为false,这时单击Button控件不会触发页面上的验证
内容
- 0
要使Button控件不可用,需要将控件的( )属性设置为false
- 1
智慧职教: <p>在识别地形图时,重点应关注其测绘时间、<button class="fillbox" style="padding:2px;" contenteditable="false" data-id="1">[填空(1)]</button>、上下左右图幅编号与名称、<button class="fillbox" style="padding:2px;" contenteditable="false" data-id="2">[填空(2)]</button>、图例等信息。</p>
- 2
智慧职教: <p>如果撤离时出口不能使用,应当怎么做?<button contenteditable="false" class="fillbox" style="padding:2px;" data-id="1">[填空(1)]</button> </p>
- 3
下面关于Button控件的描述,正确的是()。 A: Button控件表示按钮 B: Button继承自TextView C: Button控件可以显示图片 D: Button控件可以设置点击事件
- 4
下列说法有错误的是 A: 默认情况下,属性Visible的值为True。 B: 如果设置控件的Visible属性为False,则运行时控件会隐藏。 C: Visible的值可设为True或False D: 设置Visible属性同设置Enable属性的功能是相同的,都是使控件处于失效状态。