Method Invalidate
Invalidate()
When implemented by a class, invalidates a selection region of the editor control and causes a paint message to be sent to the editor control.
void Invalidate()
Invalidate(SelectionType, Rectangle)
When implemented by a class, invalidates a selection region of the editor control and causes a paint message to be sent to the editor control.
Selection type. Selection rectangle.void Invalidate(SelectionType selectionType, Rectangle selectionRect)
Parameters
selectionType
SelectionTypeselectionRect
Rectangle