System.ComponentModel.ReferenceConverter.IsValueAllowed C# (CSharp) 메소드

IsValueAllowed() 보호된 메소드

Gets a value indicating whether a particular value can be added to the standard values collection.

protected IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext
value object
리턴 bool
        protected virtual bool IsValueAllowed(ITypeDescriptorContext context, object value)
        {
            return true;
        }