On AHK forum, in this thread, I received this answer:
the control is bigger than the client area but it will always be "underneath", or limited to, the client window
Having read this, I became quite confused about the width of client area. I've always thought that the width of the client area was equal to the sum of widths of all controls (given that they are all located in one horizontal line and there is only that one line in the window), plus the distances between them, and plus the margins (the distance between the border of the window and the first control and the distance between the last control and the border), but it seems that I was wrong assuming that.
So, can anyone here, please, explain to me the relationship between GUI controls' widths and the client area width. I asked this question there, but it seems that the answer there is not coming soon.