Invalidate(Boolean) Method
Invalidates this
Element within the host control.
public void Invalidate(
bool
)
'Declaration
Public Overloads Sub Invalidate( _
ByVal As Boolean _
)
Parameters
- update
- Whether to repaint the host control immediately after invalidation.