SharedWindowPositionRelativeToElement Method

Positions the window relative to an element.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static void PositionRelativeToElement(
	Object window,
	Object element
)

Parameters

window  Object
Object with the window.
element  Object
Object with the element.

See Also