Alsing.Design.FilteredTypeConverter.GetPropertiesSupported C# (CSharp) Method

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool
        public override bool GetPropertiesSupported(ITypeDescriptorContext context)
        {
            return true;
        }
    }