System.Data.ColumnTypeConverter.GetStandardValuesSupported C# (CSharp) Метод

GetStandardValuesSupported() публичный Метод

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
Результат bool
        public override bool GetStandardValuesSupported(ITypeDescriptorContext context) => true;
    }