[To be supplied.]
Gets a value indicating whether changing a value on this object should require a call to CreateInstance to create a new value.
[Visual Basic] Overloads Overridable Public Function GetCreateInstanceSupported(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetCreateInstanceSupported(ITypeDescriptorContext);
[C++] public: virtual bool GetCreateInstanceSupported(ITypeDescriptorContext*);
[JScript] public function GetCreateInstanceSupported(ITypeDescriptorContext) : Boolean;
Gets a value indicating whether changing a value on this object should require a call to CreateInstance to create a new value.
[Visual Basic] Overloads Public Function GetCreateInstanceSupported() As Boolean
[C#] public bool GetCreateInstanceSupported();
[C++] public: bool GetCreateInstanceSupported();
[JScript] public function GetCreateInstanceSupported() : Boolean;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace