RectangleConverter::GetCreateInstanceSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Determines if changing a value on this object should require a call to CreateInstance to create a new value.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual bool GetCreateInstanceSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A type descriptor through which additional context can be provided.
Return Value
Type: System::BooleanThis method returns true if CreateInstance should be called when a change is made to one or more properties of this object; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: