Canguro.Controller.PropertyGrid.FrameSectionConverter.GetStandardValuesExclusive C# (CSharp) Méthode

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( System context ) : bool
context System An that provides a format context.
Résultat bool
        public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)
        {
            //true will limit to list. false will show the list,
            //but allow free-form entry
            return true;
        }