Class RadOverlayManager
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadOverlayManager : BaseSplashManager
Constructors
RadOverlayManager()
Declaration
public RadOverlayManager()
Properties
ActivateAssociatedFormOnClose
Gets or sets a value indicating whether the associated form will be activated(focused) when the overlay is closed.
Declaration
public static bool ActivateAssociatedFormOnClose { get; set; }
Property Value
System.Boolean
|
IsActive
Gets a value indicating whether or not there is a overlay screen opened.
Declaration
public static bool IsActive { get; }
Property Value
System.Boolean
|
OverlayInstance
Gets or sets the overlay screen instance.
Declaration
public static OverlayScreen OverlayInstance { get; set; }
Property Value
OverlayScreen
|
Methods
Close()
Closes the overlay form.
Declaration
public static void Close()
Show(Control)
Shows a an overlay form with flyout content on top of it.
Declaration
public static void Show(Control controlToAssociate)
Parameters
System.Windows.Forms.Control
controlToAssociate
The associated control. |