Ext.Net.ControlConverter.GetStandardValuesSupported C# (CSharp) Method

GetStandardValuesSupported() private method

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