New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public OverlayScreen()

Methods

Attaches to the splash/overlay form events.

C#
protected virtual void AttachFormEvents(Form form)
Parameters:formForm

The form

C#
protected override Action CreateUpdateAction(Point location, Rectangle rect)
Parameters:locationPointrectRectangleReturns:

Action

Overrides: BaseOverlayScreen.CreateUpdateAction(Point, Rectangle)

Detaches from splash/overlay form events.

C#
protected virtual void DetachFormEvents(Form form)
Parameters:formForm

The form

Shows a an overlay form.

C#
public virtual void Show(Control controlToAssociate)
Parameters:controlToAssociateControl

The associated control.

C#
protected virtual void ShowInternal(Control controlToAssociate)
Parameters:controlToAssociateControl