Click or drag to resize

VisualPopupShow(Rectangle, Size) Method

Show the popup with the given size but relative to the provided parent rectangle.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void Show(
	Rectangle parentScreenRect,
	Size popupSize
)

Parameters

parentScreenRect  Rectangle
Screen rectangle of parent area.
popupSize  Size
Size of the popup to show.
See Also