EdgePointConverter.GetCreateInstanceSupported Method
Include Protected Members
Include Inherited Members
Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (Inherited from TypeConverter.)
GetCreateInstanceSupported(ITypeDescriptorContext)
Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context. (Inherited from TypeConverter.)
Top