System.ComponentModel.ReferenceConverter.GetStandardValuesSupported C# (CSharp) Méthode

GetStandardValuesSupported() public méthode

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

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