ComponentFactory.Krypton.Toolkit.ViewDrawGroupBoxDocker.EvalTransparentPaint C# (CSharp) Метод

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

Evaluate the need for drawing transparent areas.
public EvalTransparentPaint ( ViewContext context ) : bool
context ViewContext Evaluation context.
Результат bool
        public override bool EvalTransparentPaint(ViewContext context)
        {
            return true;
        }