Class BaseOverlayScreen
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 abstract class BaseOverlayScreen : BaseSplash<RadOverlayForm>, IDisposable
Constructors
BaseOverlayScreen()
Declaration
public BaseOverlayScreen()
Fields
associatedControl
Declaration
protected Control associatedControl
Field Value
System.Windows.Forms.Control
|
associatedControlForm
Declaration
protected Form associatedControlForm
Field Value
System.Windows.Forms.Form
|
isAssociatedForm
Declaration
protected bool isAssociatedForm
Field Value
System.Boolean
|
Properties
ActivateAssociatedFormOnClose
Gets or sets a value indicating whether the associated form will be activated(focused) when the flyout is closed.
Declaration
public bool ActivateAssociatedFormOnClose { get; set; }
Property Value
System.Boolean
|
Methods
Close()
Closes the overlay form.
Declaration
public virtual void Close()
CreateFrom()
Creates an overlay form.
Declaration
public override RadOverlayForm CreateFrom()
Returns
RadOverlayForm
The created form. |
Overrides
Telerik.WinControls.UI.SplashScreen.BaseSplash<Telerik.WinControls.UI.SplashScreen.RadOverlayForm>.CreateFrom()
CreateUpdateAction(Point, Rectangle)
Declaration
protected abstract Action CreateUpdateAction(Point location, Rectangle rect)
Parameters
System.Drawing.Point
location
|
System.Drawing.Rectangle
rect
|
Returns
System.Action
|
PrepareAndAttachAssociatedControl(Control)
Declaration
protected virtual bool PrepareAndAttachAssociatedControl(Control controlToAssociate)
Parameters
System.Windows.Forms.Control
controlToAssociate
|
Returns
System.Boolean
|
UpdateOverlayFormPosition()
Declaration
protected virtual void UpdateOverlayFormPosition()