Click or drag to resize

VisualControlBaseEvalTransparentPaint Method

Work out if this control needs to paint transparent areas.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected virtual bool EvalTransparentPaint()

Return Value

Type: Boolean
True if paint required; otherwise false.
See Also