Canguro.Controller.PropertyGrid.FrameSectionConverter.GetStandardValuesSupported C# (CSharp) 메소드

GetStandardValuesSupported() 공개 메소드

public GetStandardValuesSupported ( System context ) : bool
context System An that provides a format context.
리턴 bool
        public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)
        {
            //true means show a combobox
            return true;
        }