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.
| Visual Basic (Declaration) | |
|---|---|
Public Property PaintDisplayArea As Boolean | |
| C# | |
|---|---|
public bool PaintDisplayArea {get; set;} | |