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

Properties, Methods and Events

Updated over 1 year ago

RadFlyoutManager's Properties

PropertyDescription
FlyoutInstanceReturn instance of FlyoutScreen
IsActiveGet whether the Flyout is currently active or not
ActivateAssociatedFormOnCloseGets or sets a value indicating whether the associated form will be activated(focused) when the flyout is closed.

RadFlyoutManager's Methods

MethodDescription
ShowShow the Flyout screen over the passed control with the set type of user control
CloseClose the Flyout screen.

RadFlyoutManager's Events

EventDescription
FormLoadOccurs when the flyout screen has been loaded.
FormShownOccurs when the flyout screen is shown.
FlyoutClosedOccurs when the flyout screen has been closed.
ContentCreatedOccurs when the flyout screen is shown.

Note that all 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.