Table of Contents

Method CreateExtension

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

CreateExtension(Type, DesignItem)

Create an extension of the specified type. Is called by the ExtensionManager.

public abstract Extension CreateExtension(Type extensionType, DesignItem extendedItem)

Parameters

extensionType Type
extendedItem DesignItem

Returns

Extension