Interface IControlOverlay
Defines an interface for painting overlays on controls. Implement this interface to provide custom overlay rendering logic for a specific AbstractControl.
public interface IControlOverlay
Properties
- Flags
Gets or sets the flags that control the behavior and appearance of the overlay.
- UniqueId
Gets the unique identifier for the overlay.
Methods
- OnPaint(AbstractControl, PaintEventArgs)
Paints the overlay on the specified control.