ClassFlyoutScreen
Class
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:
Inherited Members
Constructors
FlyoutScreen()
Declaration
cs-api-definition
public FlyoutScreen()
Properties
FlyoutForm
Declaration
cs-api-definition
protected ShapedForm FlyoutForm { get; set; }
Property Value
Methods
AttachFormEvents(Form)
Attaches to the splash/overlay form events.
Declaration
cs-api-definition
protected virtual void AttachFormEvents(Form form)
Parameters
form
The form
CreateFlyoutContentForm()
Declaration
cs-api-definition
protected virtual RadFlyoutForm CreateFlyoutContentForm()
Returns
CreateFrom()
Creates an overlay form.
Declaration
cs-api-definition
public override RadOverlayForm CreateFrom()
Returns
The created form.
Overrides
DetachFormEvents(Form)
Detaches from splash/overlay form events.
Declaration
cs-api-definition
protected virtual void DetachFormEvents(Form form)
Parameters
form
The form
Show(Control, Type)
Shows a an overlay form with flyout content on top of it.