Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinkArea::LinkAreaConverter::GetCreateInstanceSupported Method (ITypeDescriptorContext^)

 
Use BaseTrue

Determines if changing a value on this object should require a call to CreateInstance to create a new value.

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

public:
virtual bool GetCreateInstanceSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context may be provided.

Return Value

Type: System::Boolean

Returns true if CreateInstance should be called when a change is made to one or more properties of this object.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft