Constructs an object of type to use as an editor for the map marker list at design time.

Namespace: FiftyOne.Framework.Mobile.Controls
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public MapMarkerListEditor(
	Type type
)
Visual Basic
Public Sub New ( _
	type As Type _
)
Visual C++
public:
MapMarkerListEditor(
	Type^ type
)

Parameters

type
Type: System..::..Type
The type of item to be edited.

See Also