Table of Contents

Method CreateInstance

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

CreateInstance(Type, params object[])

A Instance Factory that uses XAML to instantiate the Control! So you can add the

public virtual object CreateInstance(Type type, params object[] arguments)

Parameters

type Type
arguments object[]

Returns

object