PaddingConverter.GetCreateInstanceSupported Method (ITypeDescriptorContext)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
Return Value
Type: System.Booleantrue 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
Available since 2.0
Show: