Class PopupWindow
Borderless drop-down window that hosts an arbitrary child control (here the month calendar) by wrapping it in a ToolStripControlHost.
Inheritance
PopupWindow
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class PopupWindow : ToolStripDropDown, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourcePopupWindow(Control)
Declaration
public PopupWindow(Control content)
Parameters
| Type | Name | Description |
|---|---|---|
| Control | content |
Methods
View SourceResizeToFit()
Declaration
public void ResizeToFit()