SizeConverter.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 whether changing a value on this object should require a call to the CreateInstance(ITypeDescriptorContext, IDictionary) method 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 TypeDescriptor through which additional context can be provided.
Returns
true
if the CreateInstance(ITypeDescriptorContext, IDictionary) object should be called when a change is made to one or more properties of this object.