PaddingConverter::GetCreateInstanceSupported Method (ITypeDescriptorContext^)

 

Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.

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^

An ITypeDescriptorContext that provides a format context.

Return Value

Type: System::Boolean

true if changing a property on this object requires a call to CreateInstance to create a new value; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: