From my limited knowledge about labels:

1) They are windowless (no hWnd)
2) They generate events and have numerous properties

Now, I want to get the dimensions of a Label during runtime, but I can't use GetWindowRect. A Label's Top, Left, Width, Height properties cannot be read, but can be assigned.

How can I get this information? Surely if Windows can manipulate this information, I should be able to pull out the value via an API or something, no?