Gets whether the GetProperties method is supported.
Returns whether this object supports properties.
Inherited from TypeConverter.
[Visual Basic] Public Function GetPropertiesSupported() As Boolean
[C#] public bool GetPropertiesSupported();
[C++] public: bool GetPropertiesSupported();
[JScript] public function GetPropertiesSupported(): bool;
Gets whether the GetProperties method is supported.
[Visual Basic] Overrides OverloadsPublic Function GetPropertiesSupported(ByVal ITypeDescriptorContext) As Boolean
[C#] public override bool GetPropertiesSupported(ITypeDescriptorContext);
[C++] public: bool GetPropertiesSupported(ITypeDescriptorContext*);
[JScript] public override function GetPropertiesSupported(ITypeDescriptorContext): bool;
PropertySorter Class | NDoc.Core.PropertyGridUI Namespace