网页
图片
视频
学术
词典
地图
更多
航班
笔记本
ControlCollection
网络
控件集;类之间的差异
网络释义
1.
控件集
...个Controls的public属性,返回的是一个
控件集
(
ControlCollection
)
www.cnblogs.com
|
基于8个网页
2.
类之间的差异
Ajax Control... ... eclipse 3.2.1 release 版本。 Visual Basic 2005
ControlCollection
类之间的差异
。'' )glide: 滑翔。 ...
www.360doc.com
|
基于 1 个网页
例句
释义:
全部
全部
,
控件集
控件集
,
类之间的差异
类之间的差异
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Creates
a
new
ControlCollection
object
to
hold
the
child
controls
(
both
literal
and
server
)
of
the
server
control
.
创建
一个
新
的
ControlCollection
对象
来
保存
服务器
控件
的
子
控件
(
包括
文本
控件
和
服务器
控件
)
。
msdn2.microsoft.com
2.
Gets
a
ControlCollection
object
that
represents
the
child
controls
in
a CompositeControl
.
获取
表示
CompositeControl
中
的
子
控件
的
ControlCollection
对象
。
msdn2.microsoft.com
3.
Determines
whether the
specified
server
control
is
in
the
parent
server
control
's
ControlCollection
object
.
确定
指定
的
服务器
控件
是否
在
父
服务器
控件
的
ControlCollection
对象
中
。
msdn2.microsoft.com
4.
Creates
a
ControlCollection
to
hold
the
child
controls
of
the MultiView
control
.
创建
ControlCollection
以
保存
MultiView
控件
的
子
控件
。
msdn2.microsoft.com
5.
A
Control
.
: :
.
ControlCollection
representing
the
collection
of
controls
contained
within
the
control
.
一个
Control.::.ControlCollection
,
它表示
控件
内
包含
的
控件
的
集合
。
msdn2.microsoft.com
6.
The AddButton
method
enables
you
to
add
Button
objects
to the
end
of the
ControlCollection
.
使用
AddButton
方法
可以
将
Button
对象
添加
到
ControlCollection
的
末尾
。
msdn2.microsoft.com
7.
Gets
the
ControlCollection
object
that
contains
the
child
controls
for the LoginView
control
.
获取
包含
LoginView
控件
的
子
控件
的
ControlCollection
对象
。
msdn2.microsoft.com
8.
Determines
whether the
specified
control
is
a
member
of
the
ControlCollection
instance
.
确定
指定
的
控件
是否
为
ControlCollection
实例
的
成员
。
msdn2.microsoft.com
9.
Controls
that were
added
at
design
time
cannot
be
removed
from
the
ControlCollection
instance
.
无法
从
ControlCollection
实例
中
移除
设计
时
添加
的
控件
。
msdn2.microsoft.com
10.
The
following
code
example
creates
a
method
that
enumerates
through the
ControlCollection
collection
of
a
Button
control
, myButton
.
下面
的
代码
示例
创建
一个
方法
,
该
方法
枚举
Button
控件
myButton
的
ControlCollection
集合
。
msdn2.microsoft.com
1
2
3
4