System.ComponentModel.TypeListConverter.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)
        {
            return true;
        }
    }