|
int nVertArrange, int row, int col, int nWidth = -1, int nHeight); |
nVertArrange |
Defines in which pane this control should be inserted. Can be tps_above or tps_below - above all standard elements or below them. |
row,col |
Defines the position to place the control. Do not assign the same position twice. |
nWidth,nHeight |
Defines the space to be reserved for this control. nWidth==1 means that this item should consume all unused space in the current row. |