FullRepaint Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies the panel’s repaint mode.

Declaration

componentObj.FullRepaint
Read-Write Property Boolean
componentObj     One of the user forms components listed in the Applies To section  

Applies To

The property applies to the following components:

TPanel

Description

The FullRepaint property specifies how the panel is repainted when it is resized.

If FullRepaint is True, when the panel is resized, the whole panel area, including the beveled border, is repainted. If FullRepaint is False, only the area inside the border is repainted.

Property Value

True, if the panel is repainted along with its border; False it the panel border is not repainted.

Highlight search results