New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events

Updated over 1 year ago

RadOverlayManager's Properties

PropertyDescription
OverlayInstanceReturn instance of OverlayScreen
ActivateAssociatedFormOnCloseGets or sets a value indicating whether the associated form will be activated(focused) when the overlay is closed.

RadOverlayManager's Methods

MethodDescription
ShowShow the Overlay screen over the passed control
CloseClose the Overlay screen.

RadOverlayManager's Events

EventDescription
FormLoadOccurs when the splash form has been loaded.
FormShownOccurs when the splash form is shown.

Note that both events are created on a separate System.Threading.Threads and it is required to use BeginInvoke/Invoke when accessing it in order to prevent cross-thread exceptions. Also, these events are static and you need to explicitly unsubscribe from them in order to prevent memory leaks. Each object that is subscribed to one of these events cannot be garbage collected.

OverlayScreen Methods

MethodDescription
CreateFromThis method can be overriden to return your own custom form. This form will be used for the overlay screen to be place on top of the passed control.