[]
        
(Showing Draft Content)

C1.Framework.Element.Invalidate

Invalidate Method

Invalidate(bool)

Invalidates this Element within the host control.

Declaration
public void Invalidate(bool update)
Parameters
Type Name Description
bool update

Whether to repaint the host control immediately after invalidation.

Invalidate()

Invalidates this Element within the host control.

Declaration
public void Invalidate()