SelectionRangeConverter.GetCreateInstanceSupported Method

Definition

Determines if changing a value on an instance should require a call to CreateInstance 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 ITypeDescriptorContext that provides a format context.

Returns

true if CreateInstance must be called to make a change to one or more properties; otherwise false.

Remarks

The default implementation always returns true.

Applies to

See also