Accord.Controls.RangeTypeConverter.GetPropertiesSupported C# (CSharp) Method

GetPropertiesSupported() public method

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