Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescription
<1, 1>HandleIntegerThe windows handle to the control to add, returned from its HANDLE property
<1, 2>XIntegerThe control's x position in the panel
<1, 3>YIntegerThe control's y position in the panel
<1, 4>WidthIntegerThe control's width in the panel
<1, 5>HeightIntegerThe control's height in the panel
<1, 6>ColorColorThe control's text color

The first value for each field is the windows handle (HWND) to the control, is you can get by getting the control's HANDLE property.

...