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

Definition

Constructors

C#
public BaseOverlayScreen()

Fields

C#
protected Control associatedControl
C#
protected Form associatedControlForm
C#
protected bool isAssociatedForm

Properties

Gets or sets a value indicating whether the associated form will be activated(focused) when the flyout is closed.

C#
public bool ActivateAssociatedFormOnClose { get; set; }

Methods

Closes the overlay form.

C#
public virtual void Close()

Creates an overlay form.

C#
public override RadOverlayForm CreateFrom()
Returns:

RadOverlayForm

The created form.

Overrides: BaseSplash<RadOverlayForm>.CreateFrom()

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

Action

C#
protected virtual bool PrepareAndAttachAssociatedControl(Control controlToAssociate)
Parameters:controlToAssociateControlReturns:

bool

C#
protected virtual void UpdateOverlayFormPosition()