VisualPopupShow(Rectangle, Size) Method |
Show the popup with the given size but relative to the provided parent rectangle.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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