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