Window.StartResize (gb.qt4)

Sub StartResize ( Edge As Integer )

Since 3.21

Ask the window manager to start resizing the window using the mouse.

  • Edge : The edge of the window that will be resized. Use a constant of the Align class to define it.

This method can only be called from a mouse event handler.