Click or drag to resize

VisualPopupShow Method (Rectangle)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void Show(
	Rectangle screenRect
)

Parameters

screenRect
Type: System.DrawingRectangle
Screen rectangle for showing the popup.
See Also