Click or drag to resize

VisualPopupSimpleShadowShow(Rectangle) Method

Show the popup using the provided rectangle as the screen rect.

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 screenRect
)

Parameters

screenRect  Rectangle
Screen rectangle for showing the popup.

Implements

IVisualPopupShadowShow(Rectangle)
See Also