DockPopupForm
Class
Base class for all Popup Forms that are used with a RadDock instance. Such Forms are FloatingWindow and AutoHidePopup classes.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public abstract class DockPopupForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormDockPopupForm...
Derived Classes:
Implements:
Inherited Members
Constructors
Constructs new DockPopupForm instance, associated with the specified RadDock instance.
C#
public DockPopupForm(RadDock dockManager)
The RadDock instance this Popup is attached to.
Properties
Gets or sets the creation parameters for the window.
C#
protected override CreateParams CreateParams { get; }
Overrides:
Gets the RadDock instance this Popup Form is associated with.
C#
protected RadDock DockManager { get; }
Methods
Releases the resources used by this instance.