dbicCalc Send comments on this topic.
PaintDisplayArea Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > UserDrawnDisplayAreaEventArgs Class : PaintDisplayArea Property

Determines if the internal routines of the control should draw the display area. When the PaintDisplayArea property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the display area.

Syntax

Visual Basic (Declaration) 
Public Property PaintDisplayArea As Boolean
C# 
public bool PaintDisplayArea {get; set;}

Property Value

boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also