[To be supplied.]
Gets a value indicating whether this object supports properties. By default, this is false.
[Visual Basic] Overloads Public Function GetPropertiesSupported() As Boolean
[C#] public bool GetPropertiesSupported();
[C++] public: bool GetPropertiesSupported();
[JScript] public function GetPropertiesSupported() : Boolean;
Gets a value indicating whether this object supports properties. By default, this is false.
[Visual Basic] Overloads Overridable Public Function GetPropertiesSupported(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetPropertiesSupported(ITypeDescriptorContext);
[C++] public: virtual bool GetPropertiesSupported(ITypeDescriptorContext*);
[JScript] public function GetPropertiesSupported(ITypeDescriptorContext) : Boolean;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace