Alsing.SourceCode.TextStyleUIEditor.GetPaintValueSupported C# (CSharp) Метод

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

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