BaseOverlayScreen
Class
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class BaseOverlayScreen : BaseSplash<RadOverlayForm>, IDisposable
Inheritance: objectBaseSplash<RadOverlayForm>BaseOverlayScreen
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public BaseOverlayScreen()
Fields
C#
protected Control associatedControl
C#
protected Form associatedControlForm
C#
protected bool isAssociatedForm
Properties
Gets or sets a value indicating whether the associated form will be activated(focused) when the flyout is closed.
C#
public bool ActivateAssociatedFormOnClose { get; set; }
Methods
Closes the overlay form.
C#
public virtual void Close()
Creates an overlay form.
C#
protected virtual void UpdateOverlayFormPosition()