Class DockPopupForm
Base class for all Popup Forms that are used with a RadDock instance.
Such Forms are Floating
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public abstract class DockPopupForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
DockPopupForm(RadDock)
Constructs new DockPopupForm instance, associated with the specified RadDock instance.
Declaration
public DockPopupForm(RadDock dockManager)
Parameters
Rad The RadDock instance this Popup is attached to. |
Properties
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.
|
Overrides
DockManager
Gets the RadDock instance this Popup Form is associated with.
Declaration
protected RadDock DockManager { get; }
Property Value
Methods
Dispose(Boolean)
Releases the resources used by this instance.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.
|
OnHandleCreated(EventArgs)
Declaration
protected override void OnHandleCreated(EventArgs e)
Parameters
System.
|
Overrides
OnHandleDestroyed(EventArgs)
Declaration
protected override void OnHandleDestroyed(EventArgs e)
Parameters
System.
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|