C# Class ICSharpCode.WpfDesign.Designer.Controls.PageCloneExtension

Inheritance: ICSharpCode.WpfDesign.Extensions.CustomInstanceFactory
Show file Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
CreateInstance ( Type type ) : object

Used to create instances of PageClone.

Method Details

CreateInstance() public method

Used to create instances of PageClone.
public CreateInstance ( Type type ) : object
type System.Type
return object