Back to Devexpress

MapEditor.SetCreateMode(CreatableMapItemKind) Method

windowsforms-devexpress-dot-xtramap-dot-mapeditor-dot-setcreatemode-x28-devexpress-dot-xtramap-dot-creatablemapitemkind-x29.md

latest1.3 KB
Original Source

MapEditor.SetCreateMode(CreatableMapItemKind) Method

Enables the Map Editor‘s Create mode. In this mode, you can create map items of the specified type.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void SetCreateMode(
    CreatableMapItemKind itemKind
)
vb
Public Sub SetCreateMode(
    itemKind As CreatableMapItemKind
)

Parameters

NameTypeDescription
itemKindCreatableMapItemKind

The type of map items that should be created in the Create mode.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace