VisualPopupShow Method (Rectangle, Size) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public virtual void Show(
Rectangle parentScreenRect,
Size popupSize
)
Parameters
- parentScreenRect
- Type: System.DrawingRectangle
Screen rectangle of parent area. - popupSize
- Type: System.DrawingSize
Size of the popup to show.
See Also