Class FlyoutScreen
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FlyoutScreen : BaseOverlayScreen, IDisposable
Constructors
FlyoutScreen()
Declaration
public FlyoutScreen()
Properties
FlyoutForm
Methods
AttachFormEvents(Form)
Attaches to the splash/overlay form events.
Declaration
protected virtual void AttachFormEvents(Form form)
Parameters
System.Windows.Forms.Form
form
The form |
Close()
Closes the flyout form.
Declaration
public override void Close()
Overrides
CreateFlyoutContentForm()
CreateFrom()
Creates an overlay form.
Declaration
public override RadOverlayForm CreateFrom()
Returns
RadOverlayForm
The created form. |
Overrides
CreateUpdateAction(Point, Rectangle)
Declaration
protected override Action CreateUpdateAction(Point location, Rectangle rect)
Parameters
System.Drawing.Point
location
|
System.Drawing.Rectangle
rect
|
Returns
System.Action
|
Overrides
DetachFormEvents(Form)
Detaches from splash/overlay form events.
Declaration
protected virtual void DetachFormEvents(Form form)
Parameters
System.Windows.Forms.Form
form
The form |
Show(Control, Type)
Shows a an overlay form with flyout content on top of it.
Declaration
public virtual void Show(Control controlToAssociate, Type flyoutContentType)
Parameters
System.Windows.Forms.Control
controlToAssociate
The associated control. |
System.Type
flyoutContentType
The type of the flyout content. |