ComponentFactory.Krypton.Toolkit.ViewLeaf.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)
        {
            Debug.Assert(context != null);
            return false;
        }