System.ComponentModel.TypeListConverter.GetStandardValuesSupported C# (CSharp) Method

GetStandardValuesSupported() public method

Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.

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