HtmlControlDesigner 类

定义

为 ASP.NET 服务器控件提供基本的设计时功能。

public ref class HtmlControlDesigner : System::ComponentModel::Design::ComponentDesigner
public class HtmlControlDesigner : System.ComponentModel.Design.ComponentDesigner
type HtmlControlDesigner = class
    inherit ComponentDesigner
Public Class HtmlControlDesigner
Inherits ComponentDesigner
继承
HtmlControlDesigner
派生

构造函数

名称 说明
HtmlControlDesigner()

初始化 HtmlControlDesigner 类的新实例。

属性

名称 说明
ActionLists

获取与设计器关联的组件支持的设计时操作列表。

(继承自 ComponentDesigner)
AssociatedComponents

获取与设计器管理的组件关联的组件的集合。

(继承自 ComponentDesigner)
Behavior
已过时.

获取或设置与设计器关联的 DHTML 行为。

Component

获取此设计器正在设计的组件。

(继承自 ComponentDesigner)
DataBindings

获取当前控件的数据绑定集合。

DesignTimeElement
已过时.

获取表示与设计图面上的对象关联的 HtmlControlDesigner 控件的设计时对象。

Expressions

获取设计时当前控件的表达式绑定。

InheritanceAttribute

获取一个属性,该特性指示关联组件的继承类型。

(继承自 ComponentDesigner)
Inherited

获取一个值,该值指示是否继承此组件。

(继承自 ComponentDesigner)
ParentComponent

获取此设计器的父组件。

(继承自 ComponentDesigner)
ShadowProperties

获取替代用户设置的属性值的集合。

(继承自 ComponentDesigner)
ShouldCodeSerialize
已过时.

获取或设置一个值,该值指示是否在序列化期间为当前设计文档的代码隐藏文件中的控件创建字段声明。

Verbs

获取与设计器关联的组件支持的设计时谓词。

(继承自 ComponentDesigner)

方法

名称 说明
Dispose()

释放该 ComponentDesigner命令使用的所有资源。

(继承自 ComponentDesigner)
Dispose(Boolean)

释放对象使用 HtmlControlDesigner 的非托管资源,并选择性地释放托管资源。

DoDefaultAction()

在组件的源代码文件中为默认事件创建方法签名,并将用户的光标导航到该位置。

(继承自 ComponentDesigner)
Equals(Object)

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

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetService(Type)

尝试从设计器组件的设计模式站点检索指定的服务类型。

(继承自 ComponentDesigner)
GetType()

获取当前实例的 Type

(继承自 Object)
Initialize(IComponent)

初始化设计器并设置用于设计的组件。

Initialize(IComponent)

准备设计器以查看、编辑和设计指定的组件。

(继承自 ComponentDesigner)
InitializeExistingComponent(IDictionary)

重新初始化现有组件。

(继承自 ComponentDesigner)
InitializeNewComponent(IDictionary)

初始化新创建的组件。

(继承自 ComponentDesigner)
InitializeNonDefault()
已过时.
已过时.

初始化已初始化为默认设置以外的设置的导入组件的设置。

(继承自 ComponentDesigner)
InvokeGetInheritanceAttribute(ComponentDesigner)

InheritanceAttribute获取指定的 ComponentDesigner

(继承自 ComponentDesigner)
MemberwiseClone()

创建当前 Object的浅表副本。

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

当行为与元素关联时调用。

OnBehaviorDetaching()
已过时.

当行为与元素取消关联时调用。

OnBindingsCollectionChanged(String)
已过时.

提供可用于指示数据绑定何时更改的方法。

OnSetComponentDefaults()
已过时.
已过时.

设置组件的默认属性。

(继承自 ComponentDesigner)
OnSetParent()

提供在关联控件附加到父控件时执行其他处理的方法。

PostFilterAttributes(IDictionary)

允许设计器从它通过 a TypeDescriptor. 公开的属性集中更改或删除项。

(继承自 ComponentDesigner)
PostFilterEvents(IDictionary)

允许设计器从它通过 a TypeDescriptor. 公开的事件集中更改或删除项。

(继承自 ComponentDesigner)
PostFilterProperties(IDictionary)

允许设计器从它通过 a TypeDescriptor. 公开的属性集中更改或删除项。

(继承自 ComponentDesigner)
PreFilterAttributes(IDictionary)

允许设计器添加到它通过 a TypeDescriptor. 公开的属性集。

(继承自 ComponentDesigner)
PreFilterEvents(IDictionary)

设置在设计时为 TypeDescriptor 组件的对象公开的事件列表。

PreFilterProperties(IDictionary)

允许设计器在设计时通过 TypeDescriptor 对象公开一组特定的属性。

RaiseComponentChanged(MemberDescriptor, Object, Object)

通知 IComponentChangeService 此组件已更改。

(继承自 ComponentDesigner)
RaiseComponentChanging(MemberDescriptor)

通知 IComponentChangeService 此组件即将更改。

(继承自 ComponentDesigner)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

显式接口实现

名称 说明
IDesignerFilter.PostFilterAttributes(IDictionary)

有关此成员的说明,请参阅 PostFilterAttributes(IDictionary) 方法。

(继承自 ComponentDesigner)
IDesignerFilter.PostFilterEvents(IDictionary)

有关此成员的说明,请参阅 PostFilterEvents(IDictionary) 方法。

(继承自 ComponentDesigner)
IDesignerFilter.PostFilterProperties(IDictionary)

有关此成员的说明,请参阅 PostFilterProperties(IDictionary) 方法。

(继承自 ComponentDesigner)
IDesignerFilter.PreFilterAttributes(IDictionary)

有关此成员的说明,请参阅 PreFilterAttributes(IDictionary) 方法。

(继承自 ComponentDesigner)
IDesignerFilter.PreFilterEvents(IDictionary)

有关此成员的说明,请参阅 PreFilterEvents(IDictionary) 方法。

(继承自 ComponentDesigner)
IDesignerFilter.PreFilterProperties(IDictionary)

有关此成员的说明,请参阅 PreFilterProperties(IDictionary) 方法。

(继承自 ComponentDesigner)
ITreeDesigner.Children

有关此成员的说明,请参阅 Children 该属性。

(继承自 ComponentDesigner)
ITreeDesigner.Parent

有关此成员的说明,请参阅 Parent 该属性。

(继承自 ComponentDesigner)

适用于

另请参阅