FrameworkElementFactory Constructor (Type^)

 

Initializes a new instance of the FrameworkElementFactory class with the specified Type.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
FrameworkElementFactory(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of instance to create.

.NET Framework
Available since 3.0
Return to top
Show: