HotSpotCollectionEditor(Type) 构造函数

定义

初始化 HotSpotCollectionEditor 类的新实例。

public:
 HotSpotCollectionEditor(Type ^ type);
public HotSpotCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.HotSpotCollectionEditor : Type -> System.Web.UI.Design.WebControls.HotSpotCollectionEditor
Public Sub New (type As Type)

参数

type
Type

要编辑的集合的类型。

注解

在设计ImageMap封装HotSpotCollection对象的控件或其他控件时,.NET Framework在视觉设计器的“属性”网格中的 HotSpots 属性上选择省略号按钮 (...) 时,在内部构造 类的新实例HotSpotCollectionEditor

适用于

另请参阅