HotSpotCollectionEditor(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HotSpotCollectionEditor class.
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)
Parameters
- type
- Type
The type of the collection to edit.
Remarks
The .NET Framework internally constructs a new instance of the HotSpotCollectionEditor class when you select the ellipsis button (…) on the HotSpots property in the visual designer's Properties grid, when designing an ImageMap control or other control that encapsulates a HotSpotCollection object.