Method AddOverlay
AddOverlay(IControlOverlay, bool)
Adds the specified overlay to the control.
public virtual void AddOverlay(IControlOverlay overlay, bool invalidate = true)
Parameters
overlayIControlOverlayThe overlay to add.
invalidateboolThe bool indicating whether to invalidate the control. Optional. Default is true.