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

Definition

Constructors

C#
public FlyoutScreen()

Properties

C#
protected ShapedForm FlyoutForm { get; set; }

Methods

Attaches to the splash/overlay form events.

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

The form

Closes the flyout form.

C#
public override void Close()

Overrides: BaseOverlayScreen.Close()

C#
protected virtual RadFlyoutForm CreateFlyoutContentForm()
Returns:

RadFlyoutForm

Creates an overlay form.

C#
public override RadOverlayForm CreateFrom()
Returns:

RadOverlayForm

The created form.

Overrides: BaseOverlayScreen.CreateFrom()

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 with flyout content on top of it.

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

The associated control.

flyoutContentTypeType

The type of the flyout content.