public int ControlMove(string title, string text, string control, int x, int y, int width = -1, int height = -1) { return(AutoItX.ControlMove(title, text, control, x, y, width, height)); }
public int ControlMove(int x, int y, int width = -1, int height = -1, string control = "") { return(AutoItX.ControlMove(thiswindowHandle, ControlGetHandle(control), x, y, width, height)); }