ComponentFactory.Krypton.Toolkit.ViewDrawGroupBoxDocker.EvalTransparentPaint C# (CSharp) Method

EvalTransparentPaint() public method

Evaluate the need for drawing transparent areas.
public EvalTransparentPaint ( ViewContext context ) : bool
context ViewContext Evaluation context.
return bool
        public override bool EvalTransparentPaint(ViewContext context)
        {
            return true;
        }