Class
FlyoutScreen

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class FlyoutScreen : BaseOverlayScreen, IDisposable

Inheritance: objectBaseSplash<RadOverlayForm>BaseOverlayScreenFlyoutScreen

Implements: IDisposable

Inherited Members BaseOverlayScreen.isAssociatedFormBaseOverlayScreen.associatedControlFormBaseOverlayScreen.associatedControlBaseOverlayScreen.PrepareAndAttachAssociatedControl(Control)BaseOverlayScreen.UpdateOverlayFormPosition()BaseOverlayScreen.ActivateAssociatedFormOnCloseBaseSplash<RadOverlayForm>.Dispose()BaseSplash<RadOverlayForm>.CreateAndStartBackgroundThreadWithAction(ThreadStart)BaseSplash<RadOverlayForm>.ExecuteAction(Action)BaseSplash<RadOverlayForm>.FormBaseSplash<RadOverlayForm>.AnimationManagerBaseSplash<RadOverlayForm>.IsActiveBaseSplash<RadOverlayForm>.ThemeNameBaseSplash<RadOverlayForm>.Thread

Constructors

FlyoutScreen()

Declaration

cs-api-definition
public FlyoutScreen()

Properties

FlyoutForm

Declaration

cs-api-definition
protected ShapedForm FlyoutForm { get; set; }

Property Value

ShapedForm

Methods

AttachFormEvents(Form)

Attaches to the splash/overlay form events.

Declaration

cs-api-definition
protected virtual void AttachFormEvents(Form form)

Parameters

form

Form

The form

Close()

Closes the flyout form.

Declaration

cs-api-definition
public override void Close()

Overrides BaseOverlayScreen.Close()

CreateFlyoutContentForm()

Declaration

cs-api-definition
protected virtual RadFlyoutForm CreateFlyoutContentForm()

Returns

RadFlyoutForm

CreateFrom()

Creates an overlay form.

Declaration

cs-api-definition
public override RadOverlayForm CreateFrom()

Returns

RadOverlayForm

The created form.

Overrides BaseOverlayScreen.CreateFrom()

CreateUpdateAction(Point, Rectangle)

Declaration

cs-api-definition
protected override Action CreateUpdateAction(Point location, Rectangle rect)

Parameters

location

Point

rect

Rectangle

Returns

Action

Overrides BaseOverlayScreen.CreateUpdateAction(Point, Rectangle)

DetachFormEvents(Form)

Detaches from splash/overlay form events.

Declaration

cs-api-definition
protected virtual void DetachFormEvents(Form form)

Parameters

form

Form

The form

Show(Control, Type)

Shows a an overlay form with flyout content on top of it.

Declaration

cs-api-definition
public virtual void Show(Control controlToAssociate, Type flyoutContentType)

Parameters

controlToAssociate

Control

The associated control.

flyoutContentType

Type

The type of the flyout content.