BaseOcxArray 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
提供 ActiveX 控件的控件数组。
public ref class BaseOcxArray abstract : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray
public abstract class BaseOcxArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public abstract class BaseOcxArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray
type BaseOcxArray = class
inherit BaseControlArray
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type BaseOcxArray = class
inherit BaseControlArray
Public MustInherit Class BaseOcxArray
Inherits BaseControlArray
- 继承
- 属性
注解
BaseOcxArray 类为 Visual Basic 6.0 ActiveX 控件数组的运行时功能提供等效项。 它不提供 Visual Basic 6.0 控件数组的设计时功能。
注释
命名空间中的 Microsoft.VisualBasic.Compatibility.VB6 函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。
构造函数
| 名称 | 说明 |
|---|---|
| BaseOcxArray() |
已过时.
初始化 |
| BaseOcxArray(IContainer) |
已过时.
初始化类的新实例 |
字段
| 名称 | 说明 |
|---|---|
| components |
已过时.
存储控件数组的容器。 (继承自 BaseControlArray) |
| controlAddedAtDesignTime |
已过时.
存储值,用于跟踪控件数组中的控件是在设计时还是运行时创建的。 (继承自 BaseControlArray) |
| controls |
已过时.
存储表示控件数组中的控件的值。 (继承自 BaseControlArray) |
| fIsEndInitCalled |
已过时.
存储一个值,该值指示控件数组容器的初始化代码是否已完成执行。 (继承自 BaseControlArray) |
| indices |
已过时.
存储控件数组的索引。 (继承自 BaseControlArray) |
属性
| 名称 | 说明 |
|---|---|
| CanRaiseEvents |
已过时.
获取一个值,该值指示组件是否可以引发事件。 (继承自 Component) |
| Container |
已过时.
IContainer获取包含 .Component (继承自 Component) |
| DesignMode |
已过时.
获取一个值,该值指示当前是否 Component 处于设计模式。 (继承自 Component) |
| Events |
已过时.
获取附加到此 Component对象的事件处理程序的列表。 (继承自 Component) |
| Site |
已过时.
(继承自 Component)
|
方法
活动
| 名称 | 说明 |
|---|---|
| CausesValidationChanged |
已过时.
当 CausesValidation 属性的值更改时发生。 |
| ClientSizeChanged |
已过时.
当 ClientSize 属性的值更改时发生。 |
| ContextMenuChanged |
已过时.
当 ContextMenu 属性的值更改时发生。 |
| ContextMenuStripChanged |
已过时.
当 ContextMenuStrip 属性的值更改时发生。 |
| ControlAdded |
已过时.
将新控件添加到该控件 BaseOcxArray时发生。 |
| ControlRemoved |
已过时.
从中删除 BaseOcxArray控件时发生 。 |
| Disposed |
已过时.
当组件通过对方法的调用 Dispose() 释放时发生。 (继承自 Component) |
| DockChanged |
已过时.
当 Dock 属性的值更改时发生。 |
| Enter |
已过时.
输入控件时发生。 |
| Leave |
已过时.
当输入焦点离开控件时发生。 |
| LocationChanged |
已过时.
当 Location 属性的值更改时发生。 |
| MarginChanged |
已过时.
当 Margin 属性的值更改时发生。 |
| MouseCaptureChanged |
已过时.
当控件丢失或获取鼠标捕获时发生。 |
| Move |
已过时.
移动控件时发生。 |
| PaddingChanged |
已过时.
当控件 Padding 的属性发生更改时发生。 |
| ParentChanged |
已过时.
当控件 Parent 的属性发生更改时发生。 |
| RegionChanged |
已过时.
当 Region 属性的值更改时发生。 |
| Resize |
已过时.
调整控件大小时发生。 |
| SizeChanged |
已过时.
当 Size 属性值更改时发生。 |
| SystemColorsChanged |
已过时.
当系统颜色更改时发生。 |
| Validated |
已过时.
在控件完成验证时发生。 |
| Validating |
已过时.
当控件正在验证时发生。 |
| VisibleChanged |
已过时.
当 Visible 属性值更改时发生。 |
显式接口实现
| 名称 | 说明 |
|---|---|
| ISupportInitialize.BeginInit() |
已过时.
开始初始化控件。 (继承自 BaseControlArray) |
| ISupportInitialize.EndInit() |
已过时.
结束控件的初始化。 (继承自 BaseControlArray) |