ClassOverlayScreen
Class
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class OverlayScreen : BaseOverlayScreen, IDisposable
Inheritance: objectBaseSplash<RadOverlayForm>BaseOverlayScreenOverlayScreen
Implements:
Inherited Members
Constructors
OverlayScreen()
Declaration
cs-api-definition
public OverlayScreen()
Methods
AttachFormEvents(Form)
Attaches to the splash/overlay form events.
Declaration
cs-api-definition
protected virtual void AttachFormEvents(Form form)
Parameters
form
The form
DetachFormEvents(Form)
Detaches from splash/overlay form events.
Declaration
cs-api-definition
protected virtual void DetachFormEvents(Form form)
Parameters
form
The form
Show(Control)
Shows a an overlay form.
Declaration
cs-api-definition
public virtual void Show(Control controlToAssociate)
Parameters
controlToAssociate
The associated control.
ShowInternal(Control)
Declaration
cs-api-definition
protected virtual void ShowInternal(Control controlToAssociate)
Parameters
controlToAssociate