ClassBaseOverlayScreen
Class
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class BaseOverlayScreen : BaseSplash<RadOverlayForm>, IDisposable
Inheritance: objectBaseSplash<RadOverlayForm>BaseOverlayScreen
Derived Classes:
Implements:
Inherited Members
Constructors
BaseOverlayScreen()
Declaration
cs-api-definition
public BaseOverlayScreen()
Fields
Properties
ActivateAssociatedFormOnClose
Gets or sets a value indicating whether the associated form will be activated(focused) when the flyout is closed.
Declaration
cs-api-definition
public bool ActivateAssociatedFormOnClose { get; set; }
Property Value
Methods
CreateFrom()
Creates an overlay form.
Declaration
cs-api-definition
public override RadOverlayForm CreateFrom()
Returns
The created form.
Overrides
UpdateOverlayFormPosition()
Declaration
cs-api-definition
protected virtual void UpdateOverlayFormPosition()