SharedWindowPositionRelativeToCell Method

Positions the window relative to an element and the area of a cell.

Definition

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

Parameters

window  Object
Object with the window.
element  Object
Object with the element.
cell  Rectangle
Rectangle with the cell.

See Also