ImageListArray 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
提供 ImageList 控件的控件数组。
public ref class ImageListArray : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray, System::ComponentModel::IExtenderProvider
public class ImageListArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class ImageListArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
type ImageListArray = class
inherit BaseControlArray
interface IExtenderProvider
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ImageListArray = class
inherit BaseControlArray
interface IExtenderProvider
Public Class ImageListArray
Inherits BaseControlArray
Implements IExtenderProvider
- 继承
- 属性
- 实现
注解
类 ImageListArray
提供 Visual Basic 6.0 ImageList
数组的运行时功能的等效项。 它不提供 Visual Basic 6.0 控件数组的设计时功能。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。
构造函数
ImageListArray() |
已过时.
初始化 ImageListArray 类的新实例。 |
ImageListArray(IContainer) |
已过时.
初始化 ImageListArray 类的新实例,并指定其容器。 |
字段
components |
已过时.
存储控件数组的容器。 (继承自 BaseControlArray) |
controlAddedAtDesignTime |
已过时.
存储值以跟踪是在设计时还是在运行时创建控件数组中的控件。 (继承自 BaseControlArray) |
controls |
已过时.
存储表示控件数组中的控件的值。 (继承自 BaseControlArray) |
fIsEndInitCalled |
已过时.
存储一个值,该值指示控件数组容器的初始化代码是否已经执行完毕。 (继承自 BaseControlArray) |
indices |
已过时.
存储控件数组的索引。 (继承自 BaseControlArray) |
属性
CanRaiseEvents |
已过时.
获取一个指示组件是否可以引发事件的值。 (继承自 Component) |
Container |
已过时.
获取包含 IContainer 的 Component。 (继承自 Component) |
DesignMode |
已过时.
获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component) |
Events |
已过时.
获取附加到此 Component 的事件处理程序的列表。 (继承自 Component) |
Item[Int16] |
已过时.
通过索引获取 ImageListArray 的特定元素。 只读。 |
Site |
已过时.
(继承自 Component)
|
方法
事件
Disposed |
已过时.
在通过调用 Dispose() 方法释放组件时发生。 (继承自 Component) |
显式接口实现
ISupportInitialize.BeginInit() |
已过时.
开始控件的初始化。 (继承自 BaseControlArray) |
ISupportInitialize.EndInit() |
已过时.
结束控件的初始化。 (继承自 BaseControlArray) |