[To be supplied.]
[Visual Basic] Overrides Public Function GetPropertiesSupported( _ ByVal context As ITypeDescriptorContext _ ) As Boolean [C#] public override bool GetPropertiesSupported( ITypeDescriptorContext context ); [C++] public: override bool GetPropertiesSupported( ITypeDescriptorContext* context ); [JScript] public override function GetPropertiesSupported( context : ITypeDescriptorContext ) : Boolean;
ValueEditorConverter Class | ValueEditorConverter Members | System.ComponentModel.Design Namespace