FlatRedBall.Glue.GuiDisplay.AvailableStates.GetStandardValuesSupported C# (CSharp) Метод

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

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool
        public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
        {
            return true;
        }