Table of Contents

Class Popup

Namespace
Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

Represents a pop-up window.

public class Popup : ToolStripDropDown, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance
Popup
Implements
Derived

Constructors

Popup(Control)

Initializes a new instance of the Popup class.

Properties

AcceptAlt

Gets or sets a value indicating whether pressing the alt key should close the pop-up.

AnimationDuration

Determines the duration of the animation.

Content

Gets the content of the pop-up.

CreateParams

Gets parameters of a new window.

FocusOnOpen

Gets or sets a value indicating whether the content should receive the focus after the pop-up has been opened.

HidingAnimation

Determines which animation to use while hiding the pop-up window.

MaximumSize

Gets or sets a maximum size of the pop-up.

MinimumSize

Gets or sets a minimum size of the pop-up.

NonInteractive

Gets or sets a value indicating whether the Popup acts like a transparent windows (so it cannot be clicked).

Resizable

Gets or sets a value indicating whether the Popup is resizable.

ShowingAnimation

Determines which animation to use while showing the pop-up window.

Methods

OnClosed(ToolStripDropDownClosedEventArgs)

Raises the Closed event.

OnLayout(LayoutEventArgs)

Raises the Layout event.

OnOpened(EventArgs)

Raises the Opened event.

OnOpening(CancelEventArgs)

Raises the Opening event.

OnSizeChanged(EventArgs)

Raises the SizeChanged event.

OnVisibleChanged(EventArgs)

Raises the VisibleChanged event.

PaintSizeGrip(PaintEventArgs)

Paints the sizing grip.

ProcessDialogKey(Keys)

Processes a dialog box key.

ProcessResizing(ref Message)

Processes the resizing messages.

Show(Rectangle)

Shows the pop-up window below the specified area.

Show(Control)

Shows the pop-up window below the specified control.

Show(Control, Rectangle)

Shows the pop-up window below the specified area of the specified control.

UpdateRegion()

Updates the pop-up region.

WndProc(ref Message)

Processes Windows messages.