Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ICSharpCode
WpfDesign
Designer
Controls
WindowCloneExtension
C# Class ICSharpCode.WpfDesign.Designer.Controls.WindowCloneExtension
Inheritance:
ICSharpCode.WpfDesign.Extensions.CustomInstanceFactory
Exibir arquivo
Open project: icsharpcode/WpfDesigner
Public Methods
Method
Description
CreateInstance
(
Type
type
) :
object
Used to create instances of
WindowClone
.
Method Details
CreateInstance()
public
method
Used to create instances of
WindowClone
.
public
CreateInstance
(
Type
type
) :
object
type
System.Type
return
object