Click or drag to resize

IDropDockingIndicatorShowRelative Method

Show the window relative to provided screen rectangle.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void ShowRelative(
	Rectangle screenRect
)

Parameters

screenRect
Type: System.DrawingRectangle
Screen rectangle.
See Also