TypeConverter.GetPropertiesSupported Method
.NET Framework 1.1
Returns whether this object supports properties.
Overload List
Returns whether this object supports properties.
[Visual Basic] Overloads Public Function GetPropertiesSupported() As Boolean
[C#] public bool GetPropertiesSupported();
[C++] public: bool GetPropertiesSupported();
[JScript] public function GetPropertiesSupported() : Boolean;
Returns whether this object supports properties, using the specified context.
[Visual Basic] Overloads Public Overridable Function GetPropertiesSupported(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetPropertiesSupported(ITypeDescriptorContext);
[C++] public: virtual bool GetPropertiesSupported(ITypeDescriptorContext*);
[JScript] public function GetPropertiesSupported(ITypeDescriptorContext) : Boolean;
See Also
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace