Back to Devexpress

DocumentManager.Invalidate Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-dot-invalidate.md

latest879 B
Original Source

DocumentManager.Invalidate Method

NameParametersDescription
Invalidate()noneInvalidates the region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager.
Invalidate(Rectangle)rectInvalidates the specified region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager.