HotSpotCollectionEditor(Type) Constructor

Definition

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.

Applies to

See also