checkedlistbox 中怎么只设定checkbox为不可编辑或readonly
展开全部
整个checkedlistbox为一个整体,可以enabled为True(正常)或False(灰色,不允许编辑) 但checkedlistbox的某一项(Item),就没有enabled 属性了, 你可以选择它或不选择它,但你不能单独灰掉它.. 你可以做的是:用两个checkedlistbox
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2017-06-02
展开全部
还可以用div标记来实现
不过两种办法都无法挡住select标记,select在所有页面元素里是最上面一层<body>
<div id="Layer1" style="position:absolute; width:571px; height:184px; z-index:3; left: 7px; top: 9px; visibility: visible; background-color: #990000; layer-background-color: #990000; border: 1px none #000000;"></div>
<p></p>
<div id="Layer2" style="position:absolute; width:200px; height:115px; z-index:2; visibility: visible;">
<input type="text" name="T1" size="20">
<input type="checkbox" name="C1" value="ON">
<input type="radio" value="V1" checked name="R1">
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
<select size="1" name="D1">
</select>
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
</div>
</body>
不过两种办法都无法挡住select标记,select在所有页面元素里是最上面一层<body>
<div id="Layer1" style="position:absolute; width:571px; height:184px; z-index:3; left: 7px; top: 9px; visibility: visible; background-color: #990000; layer-background-color: #990000; border: 1px none #000000;"></div>
<p></p>
<div id="Layer2" style="position:absolute; width:200px; height:115px; z-index:2; visibility: visible;">
<input type="text" name="T1" size="20">
<input type="checkbox" name="C1" value="ON">
<input type="radio" value="V1" checked name="R1">
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
<select size="1" name="D1">
</select>
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
</div>
</body>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询