Table of Contents

Class ControlOverlayWithEvent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a control overlay that provides paint event handling via both an event and an action delegate.

public class ControlOverlayWithEvent : ControlOverlay, IBaseObjectWithId, IBaseObject, IControlOverlay
Inheritance
ControlOverlayWithEvent
Implements

Properties

PaintAction

Gets or sets the action to be executed during the paint event.

Methods

OnPaint(AbstractControl, PaintEventArgs)

Paints the overlay on the specified control.

Events

Paint

Occurs when the overlay is painted.