SharedWindowPositionRelativeToCell Method
Positions the window relative to an element and the area of a cell.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void PositionRelativeToCell(
Object window,
Object element,
Rectangle cell
)
Public Shared Sub PositionRelativeToCell (
window As Object,
element As Object,
cell As Rectangle
)
Parameters
- window Object
- Object with the window.
- element Object
- Object with the element.
- cell Rectangle
- Rectangle with the cell.