Class OverlayScreen
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 OverlayScreen : BaseOverlayScreen, IDisposable
Constructors
OverlayScreen()
Declaration
public OverlayScreen()
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 |
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)
Shows a an overlay form.
Declaration
public virtual void Show(Control controlToAssociate)
Parameters
System.Windows.Forms.Control
controlToAssociate
The associated control. |
ShowInternal(Control)
Declaration
protected virtual void ShowInternal(Control controlToAssociate)
Parameters
System.Windows.Forms.Control
controlToAssociate
|