RectangleConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if changing a value on this object should require a call to CreateInstance(ITypeDescriptorContext, IDictionary) to create a new value.
public:
override bool GetCreateInstanceSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetCreateInstanceSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetCreateInstanceSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetCreateInstanceSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetCreateInstanceSupported (context As ITypeDescriptorContext) As Boolean
Parameters
- context
- ITypeDescriptorContext
A type descriptor through which additional context can be provided.
Returns
This method returns true
if CreateInstance(ITypeDescriptorContext, IDictionary) should be called when a change is made to one or more properties of this object; otherwise, false
.