FontDialogArray 类

定义

注意

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

提供 FontDialog 控件的控件数组。

public ref class FontDialogArray : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray, System::ComponentModel::IExtenderProvider
public class FontDialogArray : 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 FontDialogArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
type FontDialogArray = 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 FontDialogArray = class
    inherit BaseControlArray
    interface IExtenderProvider
Public Class FontDialogArray
Inherits BaseControlArray
Implements IExtenderProvider
继承
属性
实现

注解

FontDialogArray 提供 Visual Basic 6.0 FontDialog 数组的运行时功能的等效项。 它不提供 Visual Basic 6.0 控件数组的设计时功能。

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

构造函数

FontDialogArray()
已过时.

初始化 FontDialogArray 类的新实例。

FontDialogArray(IContainer)
已过时.

初始化 FontDialogArray 类的新实例,并指定其容器。

字段

components
已过时.

存储控件数组的容器。

(继承自 BaseControlArray)
controlAddedAtDesignTime
已过时.

存储值以跟踪是在设计时还是在运行时创建控件数组中的控件。

(继承自 BaseControlArray)
controls
已过时.

存储表示控件数组中的控件的值。

(继承自 BaseControlArray)
fIsEndInitCalled
已过时.

存储一个值,该值指示控件数组容器的初始化代码是否已经执行完毕。

(继承自 BaseControlArray)
indices
已过时.

存储控件数组的索引。

(继承自 BaseControlArray)

属性

CanRaiseEvents
已过时.

获取一个指示组件是否可以引发事件的值。

(继承自 Component)
Container
已过时.

获取包含 IContainerComponent

(继承自 Component)
DesignMode
已过时.

获取一个值,用以指示 Component 当前是否处于设计模式。

(继承自 Component)
Events
已过时.

获取附加到此 Component 的事件处理程序的列表。

(继承自 Component)
Item[Int16]
已过时.

通过索引获取 FontDialogArray 的特定元素。 只读。

Site
已过时.

获取或设置 ComponentISite

(继承自 Component)

方法

BaseCanExtend(Object)
已过时.

获取一个值,该值指示控件是否为控件数组的成员。

(继承自 BaseControlArray)
BaseGetIndex(Object)
已过时.

获取控件数组中控件的索引。

(继承自 BaseControlArray)
BaseGetItem(Int16)
已过时.

获取控件数组中指定索引的控件。

(继承自 BaseControlArray)
BaseResetIndex(Object)
已过时.

BaseControlArray 类中不受支持。

(继承自 BaseControlArray)
BaseSetIndex(Object, Int16, Boolean)
已过时.

设置控件数组中控件的索引。

(继承自 BaseControlArray)
BaseShouldSerializeIndex(Object)
已过时.

返回一个值,该值指示控件是否为控件数组的成员。

(继承自 BaseControlArray)
CanExtend(Object)
已过时.

获取一个值,该值确定控件是否是 FontDialogArray 的一个成员。

Count()
已过时.

返回控件数组中的控件数。

(继承自 BaseControlArray)
CreateObjRef(Type)
已过时.

创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。

(继承自 MarshalByRefObject)
Dispose()
已过时.

释放由 Component 使用的所有资源。

(继承自 Component)
Dispose(Boolean)
已过时.

释放控件数组中控件使用的非托管资源,还可以选择释放托管资源。

(继承自 BaseControlArray)
Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetControlInstanceType()
已过时.

重写 GetControlInstanceType()

GetEnumerator()
已过时.

返回一个对枚举数对象的引用,该对象用于循环访问控件数组。

(继承自 BaseControlArray)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetIndex(FontDialog)
已过时.

获取 FontDialog 中的 FontDialogArray 的索引。

GetLifetimeService()
已过时.

检索控制此实例的生存期策略的当前生存期服务对象。

(继承自 MarshalByRefObject)
GetService(Type)
已过时.

返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。

(继承自 Component)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
HookUpControlEvents(Object)
已过时.

重写 HookUpControlEvents(Object)

InitializeLifetimeService()
已过时.

获取生存期服务对象来控制此实例的生存期策略。

(继承自 MarshalByRefObject)
LBound()
已过时.

返回的 Short 包含控件数组的最小可用下标。

(继承自 BaseControlArray)
Load(Int16)
已过时.

创建控件数组中的新元素。

(继承自 BaseControlArray)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
MemberwiseClone(Boolean)
已过时.

创建当前 MarshalByRefObject 对象的浅表副本。

(继承自 MarshalByRefObject)
ResetIndex(FontDialog)
已过时.

FontDialogArray 类不支持 ResetIndex 方法。

SetIndex(FontDialog, Int16)
已过时.

设置 FontDialog 中的初始 FontDialogArray 的索引。

ShouldSerializeIndex(FontDialog)
已过时.

返回一个值,该值指示 FontDialog 是否为此 FontDialogArray 的成员。

ToString()
已过时.

返回包含 Component 的名称的 String(如果有)。 不应重写此方法。

(继承自 Component)
UBound()
已过时.

返回的 Short 包含控件数组的最大可用下标。

(继承自 BaseControlArray)
Unload(Int16)
已过时.

从控件数组中移除控件。

(继承自 BaseControlArray)

事件

Apply
已过时.

当用户单击字体对话框中的 Apply 按钮时发生。

Disposed
已过时.

在通过调用 Dispose() 方法释放组件时发生。

(继承自 Component)
HelpRequest
已过时.

用户请求控件帮助时发生。

显式接口实现

ISupportInitialize.BeginInit()
已过时.

开始控件的初始化。

(继承自 BaseControlArray)
ISupportInitialize.EndInit()
已过时.

结束控件的初始化。

(继承自 BaseControlArray)

适用于